File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434 - name : Stage Windows package
3535 shell : pwsh
36- run : pwsh scripts/Package-Windows.ps1 -StageOnly -SkipSign
36+ run : ./ scripts/Package-Windows.ps1 -StageOnly -SkipSign
3737
3838 - name : Verify staged Windows package
3939 shell : pwsh
40- run : pwsh scripts/Verify-DotnetPackage.ps1
40+ run : ./ scripts/Verify-DotnetPackage.ps1
Original file line number Diff line number Diff line change 8585 shell : powershell
8686 run : powershell -NoProfile -ExecutionPolicy Bypass -File scripts\Package-Windows.ps1
8787
88+ - name : Verify Windows package
89+ shell : powershell
90+ run : powershell -NoProfile -ExecutionPolicy Bypass -File scripts\Verify-DotnetPackage.ps1
91+
8892 - name : Verify updater metadata
8993 shell : powershell
9094 run : powershell -NoProfile -ExecutionPolicy Bypass -File scripts\Verify-UpdaterMetadata.ps1
You can’t perform that action at this time.
0 commit comments