From 26be123b76d69402aa4755b0d0f7f7363e9b23d8 Mon Sep 17 00:00:00 2001 From: Justin Paul Date: Tue, 23 Jan 2024 19:24:55 -0500 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fb8bfa6..f0440cb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -132,5 +132,5 @@ jobs: Install-Module -Name PowerShellGet -Force -Scope CurrentUser $env:PSModulePath = "$(Build.ArtifactStagingDirectory);"+$env:PSModulePath $apiKey = "$(PowerShellGalleryApiKey)" - Publish-Module -Name 'ZertoApiWrapper' -Path "$(Build.ArtifactStagingDirectory)/ZertoApiWrapper" -NuGetApiKey $apiKey + Publish-Module -Path "$(Build.ArtifactStagingDirectory)\ZertoApiWrapper" -NuGetApiKey $apiKey displayName: 'Publish to PowerShell Gallery'