Skip to content

Commit 8098ca6

Browse files
Fix the folder to pick NuGet package to publish from (#40)
1 parent 63e2b1c commit 8098ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/releaseBuild/yaml/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ stages:
3535
displayName: 'NuGet push'
3636
inputs:
3737
command: push
38-
packagesToPush: '$(Build.ReleaseDirectory)/Microsoft.PowerShell.Native.*.nupkg'
38+
packagesToPush: '$(Build.ArtifactStagingDirectory)/Microsoft.PowerShell.Native.*.nupkg'
3939
nuGetFeedType: external
4040
publishFeedCredentials: ${{ parameters.feedCredential }}

0 commit comments

Comments
 (0)