Skip to content

Commit f61e825

Browse files
committed
Zip for windows
1 parent 511cce4 commit f61e825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ deployment:
2929
-
3030
type: customized
3131
scripts:
32-
- zip -r DSPythonNet3.zip package_output/DSPythonNet3
32+
- "pwsh.exe -ExecutionPolicy ByPass -Command Compress-Archive -Path package_output/DSPythonNet3 -DestinationPath DSPythonNet3.zip"
3333
-
3434
type: artifacts
3535
publish_to_jenkins: true

0 commit comments

Comments
 (0)