Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Ryan Newington
2023-02-04 10:36:05 +11:00
parent caadbd6b54
commit 85bf363d83
+1 -1
View File
@@ -274,5 +274,5 @@ stages:
inputs: inputs:
targetType: 'inline' targetType: 'inline'
script: | 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)"