Skip to content

Commit 6076274

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent f664d10 commit 6076274

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ variables:
77
Major: '2'
88
Minor: '0'
99
Patch: '0'
10-
Version: '$(Major).$(Minor).$(Patch).$(Build.BuildID)'
10+
# Version: '$(Major).$(Minor).$(Patch).$(Build.BuildID)'
11+
Version: '$(Major).$(Minor).$(Build.BuildID)'
1112
steps:
1213
- task: DotNetCoreCLI@2
1314
inputs:

0 commit comments

Comments
 (0)