Skip to content

Commit 3963007

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
removed suffix for release pipeline
1 parent 3ce885e commit 3963007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
packDirectory: '$(Build.ArtifactStagingDirectory)\nupkg'
8181
includesymbols: true
8282
versioningScheme: 'off'
83-
buildProperties: 'PackAsTool=True;SymbolPackageFormat=snupkg;VersionSuffix=alpha'
83+
buildProperties: 'PackAsTool=True;SymbolPackageFormat=snupkg'
8484
verbosityPack: 'Minimal'
8585

8686
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)