Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Ryan Newington
2023-02-04 10:36:51 +11:00
parent 85bf363d83
commit d81cbe4d63
+2 -2
View File
@@ -227,7 +227,7 @@ stages:
artifact: ps artifact: ps
- stage: publish_nuget - stage: publish_nuget
displayName: Publish packages to production feed displayName: Publish CredProvider to nuget.org
dependsOn: "build_provider" dependsOn: "build_provider"
jobs: jobs:
- deployment: 'PublishPackages' - deployment: 'PublishPackages'
@@ -254,7 +254,7 @@ stages:
publishFeedCredentials: 'WindowsCredentialProviderNuget' publishFeedCredentials: 'WindowsCredentialProviderNuget'
- stage: publish_psgallery - stage: publish_psgallery
displayName: Publish module to PSGallery displayName: Publish PS Module to PSGallery
dependsOn: "build_psmodule" dependsOn: "build_psmodule"
jobs: jobs:
- deployment: 'PublishPackages' - deployment: 'PublishPackages'