Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
teocomi committed Jul 30, 2020
1 parent 965dc73 commit 49de155
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,7 @@ variables:
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'


steps:
#get tag number
- powershell: |
$tags = git tag --sort=-creatordate
$tag = $tags[0]
#update build number
- bash: |
echo "##vso[build.updatebuildnumber]Release $(tag)"
condition: eq(variables['release.enabled'], 'true')
name: SetReleaseBuildName
- task: NuGetToolInstaller@1

- task: NuGetCommand@2
Expand Down

0 comments on commit 49de155

Please sign in to comment.