We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f664d10 commit 6076274Copy full SHA for 6076274
azure-pipelines.yml
@@ -7,7 +7,8 @@ variables:
7
Major: '2'
8
Minor: '0'
9
Patch: '0'
10
- Version: '$(Major).$(Minor).$(Patch).$(Build.BuildID)'
+# Version: '$(Major).$(Minor).$(Patch).$(Build.BuildID)'
11
+ Version: '$(Major).$(Minor).$(Build.BuildID)'
12
steps:
13
- task: DotNetCoreCLI@2
14
inputs:
0 commit comments