Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
+2
-2
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user