Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

Commit

Permalink
Boom CI version to 0.6.0 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanWanxx authored Dec 8, 2022
1 parent ee25817 commit 86dbde1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variables:
buildConfiguration: 'Release'
buildPlatform: 'x64'
major: 0
minor: 5
minor: 6
patch: 0
buildnum: $[counter(format('{0}.{1}.{2}', variables['major'], variables['minor'], variables['patch']), 1)]
version: $(major).$(minor).$(patch).$(buildnum)
Expand All @@ -21,7 +21,7 @@ variables:
synapseWorkspaceName: testcisynapseworkspace
fhirToDatalakeStorageAccountName: testfhirtodoglaw6s6zpluk
dicomToDatalakeStorageAccountName: testdicomtozrv3ddtm6vwkw
imageName: fhirtodatalake
imageName: healthdatatodatalake

stages:
- stage: Build
Expand Down

0 comments on commit 86dbde1

Please sign in to comment.