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 446c6d0 commit 83b1624Copy full SHA for 83b1624
1 file changed
azure-pipelines.rsk-audit-ef.yml
@@ -68,16 +68,18 @@ stages:
68
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
69
ArtifactName: 'Rsk.Audit.EF nupkg'
70
publishLocation: 'Container'
71
-
+
72
- stage: Publish
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.EF nupkg'
83
- packageToPublish: '$(Pipeline.Workspace)/Rsk.Audit.EF nupkg/*.nupkg'
+ - deployment: PublishNuGet
+ environment: Release
+ strategy:
+ runOnce:
+ deploy:
+ steps:
+ - template: templates/publish-nuget.yml
+ parameters:
84
+ artifact: 'Rsk.Audit.EF nupkg'
85
+ packageToPublish: '$(Pipeline.Workspace)/Rsk.Audit nupkg/*.nupkg'
0 commit comments