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 cbe889f commit 203469eCopy full SHA for 203469e
azure-pipelines.yml
@@ -92,7 +92,7 @@ jobs:
92
packDirectory: '$(Build.ArtifactStagingDirectory)\nupkg'
93
includesymbols: true
94
versioningScheme: 'off'
95
- buildProperties: 'PackAsTool=True;SymbolPackageFormat=snupkg;VersionSuffix=alpha'
+ buildProperties: 'PackAsTool=True;SymbolPackageFormat=snupkg;VersionSuffix=alpha$(Build.BuildId)'
96
verbosityPack: 'Minimal'
97
98
- task: PowerShell@2
0 commit comments