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 511cce4 commit f61e825Copy full SHA for f61e825
pipeline.yml
@@ -29,7 +29,7 @@ deployment:
29
-
30
type: customized
31
scripts:
32
- - zip -r DSPythonNet3.zip package_output/DSPythonNet3
+ - "pwsh.exe -ExecutionPolicy ByPass -Command Compress-Archive -Path package_output/DSPythonNet3 -DestinationPath DSPythonNet3.zip"
33
34
type: artifacts
35
publish_to_jenkins: true
0 commit comments