Skip to content

Commit 49de155

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 965dc73 commit 49de155

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,7 @@ variables:
1616
buildPlatform: 'Any CPU'
1717
buildConfiguration: 'Release'
1818

19-
2019
steps:
21-
#get tag number
22-
- powershell: |
23-
$tags = git tag --sort=-creatordate
24-
$tag = $tags[0]
25-
26-
#update build number
27-
- bash: |
28-
echo "##vso[build.updatebuildnumber]Release $(tag)"
29-
condition: eq(variables['release.enabled'], 'true')
30-
name: SetReleaseBuildName
31-
3220
- task: NuGetToolInstaller@1
3321

3422
- task: NuGetCommand@2

0 commit comments

Comments
 (0)