We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e2b1c commit 8098ca6Copy full SHA for 8098ca6
tools/releaseBuild/yaml/publish.yml
@@ -35,6 +35,6 @@ stages:
35
displayName: 'NuGet push'
36
inputs:
37
command: push
38
- packagesToPush: '$(Build.ReleaseDirectory)/Microsoft.PowerShell.Native.*.nupkg'
+ packagesToPush: '$(Build.ArtifactStagingDirectory)/Microsoft.PowerShell.Native.*.nupkg'
39
nuGetFeedType: external
40
publishFeedCredentials: ${{ parameters.feedCredential }}
0 commit comments