We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1f5bc commit 65754e1Copy full SHA for 65754e1
1 file changed
azure-pipelines.yml
@@ -11,7 +11,6 @@ jobs:
11
variables:
12
BuildSolution: StyleCopAnalyzers.sln
13
BuildPlatform: Any CPU
14
- OriginalBuildNumber: $(Build.BuildNumber)
15
strategy:
16
matrix:
17
Debug:
@@ -21,6 +20,9 @@ jobs:
21
20
BuildConfiguration: Release
22
_debugArg: ''
23
steps:
+ - powershell: Write-Host "##vso[task.setvariable variable=OriginalBuildNumber;]$(Build.BuildNumber)"
24
+ displayName: Set original build number
25
+
26
- task: NuGetToolInstaller@0
27
displayName: 'Use NuGet 5.3.1'
28
inputs:
0 commit comments