Update azure-pipelines.yml

This commit is contained in:
2024-01-23 19:24:55 -05:00
parent a16088fb66
commit 26be123b76
+1 -1
View File
@@ -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'