From f4e212809d5b8a8adf1dac7e0ec8b75486e25331 Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Sat, 4 Feb 2023 10:43:50 +1100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 468e183..9009022 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -231,7 +231,7 @@ stages: dependsOn: "build_provider" jobs: - deployment: 'PublishPackages' - environment: 'Production' + environment: 'Public nuget feed' displayName: Publish packages to public nuget feed pool: vmImage: windows-2022 @@ -258,7 +258,7 @@ stages: dependsOn: "build_psmodule" jobs: - deployment: 'PublishPackages' - environment: 'Production' + environment: 'PowerShell Gallery' displayName: Publish packages to public PSGallery pool: vmImage: windows-2022 @@ -274,5 +274,5 @@ stages: inputs: targetType: 'inline' script: | - Publish-Module -Name Lithnet.CredentialProvider.Management -Path "$(Pipeline.Workspace)\ps" -NuGetApiKey "$(psgallery.apikey)" + Publish-Module -Path "$(Pipeline.Workspace)\ps" -NuGetApiKey "$(psgallery.apikey)"