From d81cbe4d630c9a6e3b8181e351b556678946a237 Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Sat, 4 Feb 2023 10:36:51 +1100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5abddef..468e183 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -227,7 +227,7 @@ stages: artifact: ps - stage: publish_nuget - displayName: Publish packages to production feed + displayName: Publish CredProvider to nuget.org dependsOn: "build_provider" jobs: - deployment: 'PublishPackages' @@ -254,7 +254,7 @@ stages: publishFeedCredentials: 'WindowsCredentialProviderNuget' - stage: publish_psgallery - displayName: Publish module to PSGallery + displayName: Publish PS Module to PSGallery dependsOn: "build_psmodule" jobs: - deployment: 'PublishPackages'