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
taori committed Feb 4, 2020
1 parent cbe889f commit 203469e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
packDirectory: '$(Build.ArtifactStagingDirectory)\nupkg'
includesymbols: true
versioningScheme: 'off'
buildProperties: 'PackAsTool=True;SymbolPackageFormat=snupkg;VersionSuffix=alpha'
buildProperties: 'PackAsTool=True;SymbolPackageFormat=snupkg;VersionSuffix=alpha$(Build.BuildId)'
verbosityPack: 'Minimal'

- task: PowerShell@2
Expand Down

0 comments on commit 203469e

Please sign in to comment.