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 691af13 commit 63e2b1cCopy full SHA for 63e2b1c
tools/releaseBuild/yaml/publish.yml
@@ -23,11 +23,11 @@ stages:
23
artifact: finalResults
24
25
- powershell: |
26
- Get-ChildItem -Recurse "$(Pipeline.Workspace)/release"
+ Get-ChildItem -Recurse "$(Pipeline.Workspace)/finalResults"
27
displayName: Capture downloaded artifact
28
29
30
- Copy-Item "$(Pipeline.Workspace)/release/Microsoft.PowerShell.Native.*.nupkg" -Destination "$(Build.ArtifactStagingDirectory)" -Force
+ Copy-Item "$(Pipeline.Workspace)/finalResults/Microsoft.PowerShell.Native.*.nupkg" -Destination "$(Build.ArtifactStagingDirectory)" -Force
31
Get-ChildItem "$(Build.ArtifactStagingDirectory)/Microsoft.PowerShell.Native.*.nupkg"
32
displayName: 'Copy and Capture NuGet package'
33
0 commit comments