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 0297923 commit 446c6d0Copy full SHA for 446c6d0
1 file changed
azure-pipelines.rsk-audit.yml
@@ -73,11 +73,13 @@ stages:
73
dependsOn: Build
74
condition: succeeded()
75
jobs:
76
- - job: PublishNuGet
77
- pool:
78
- vmImage: 'ubuntu-latest'
79
- steps:
80
- - template: templates/publish-nuget.yml
81
- parameters:
82
- artifact: 'Rsk.Audit nupkg'
83
- packageToPublish: '$(Pipeline.Workspace)/Rsk.Audit nupkg/*.nupkg'
+ - deployment: PublishNuGet
+ environment: Release
+ strategy:
+ runOnce:
+ deploy:
+ steps:
+ - template: templates/publish-nuget.yml
+ parameters:
84
+ artifact: 'Rsk.Audit nupkg'
85
+ packageToPublish: '$(Pipeline.Workspace)/Rsk.Audit nupkg/*.nupkg'
0 commit comments