Skip to content

Commit 63e2b1c

Browse files
Fix the expected folder names of the artifact (#39)
1 parent 691af13 commit 63e2b1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/releaseBuild/yaml/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ stages:
2323
artifact: finalResults
2424

2525
- powershell: |
26-
Get-ChildItem -Recurse "$(Pipeline.Workspace)/release"
26+
Get-ChildItem -Recurse "$(Pipeline.Workspace)/finalResults"
2727
displayName: Capture downloaded artifact
2828
2929
- powershell: |
30-
Copy-Item "$(Pipeline.Workspace)/release/Microsoft.PowerShell.Native.*.nupkg" -Destination "$(Build.ArtifactStagingDirectory)" -Force
30+
Copy-Item "$(Pipeline.Workspace)/finalResults/Microsoft.PowerShell.Native.*.nupkg" -Destination "$(Build.ArtifactStagingDirectory)" -Force
3131
Get-ChildItem "$(Build.ArtifactStagingDirectory)/Microsoft.PowerShell.Native.*.nupkg"
3232
displayName: 'Copy and Capture NuGet package'
3333

0 commit comments

Comments
 (0)