From 85bf363d835652d4fe0c2d78215a931276a3936e Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Sat, 4 Feb 2023 10:36:05 +1100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ebef960..5abddef 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -274,5 +274,5 @@ stages: inputs: targetType: 'inline' script: | - Publish-Module -Path "$(Pipeline.Workspace)\ps\Lithnet.CredentialProvider.Management.psd1" -NuGetApiKey "$(psgallery.apikey)" + Publish-Module -Name Lithnet.CredentialProvider.Management -Path "$(Pipeline.Workspace)\ps" -NuGetApiKey "$(psgallery.apikey)"