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 cbec53d commit 781a2a1Copy full SHA for 781a2a1
azure-pipelines.yml
@@ -65,6 +65,11 @@ jobs:
65
dependsOn: build
66
displayName: GithubRelease
67
steps:
68
+ - script: |
69
+ pip install -r requirements.dev.txt
70
+ pip install pyinstaller
71
+ pyinstaller --onefile ./croudtech_bootstrap_app/croudtech-bootstrap.py --clean
72
+ cp ./dist/croudtech-bootstrap $(Build.ArtifactStagingDirectory)/croudtech-bootstrap
73
- template: release/github-release.yaml@templates
74
parameters:
75
semVer: $(semVer)
0 commit comments