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
ormico committed Jul 7, 2019
1 parent f664d10 commit 6076274
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ variables:
Major: '2'
Minor: '0'
Patch: '0'
Version: '$(Major).$(Minor).$(Patch).$(Build.BuildID)'
# Version: '$(Major).$(Minor).$(Patch).$(Build.BuildID)'
Version: '$(Major).$(Minor).$(Build.BuildID)'
steps:
- task: DotNetCoreCLI@2
inputs:
Expand Down

0 comments on commit 6076274

Please sign in to comment.