File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- 0.1.50
1+ 0.1.51
Original file line number Diff line number Diff line change 6565 pip install pyinstaller
6666 pyinstaller --onefile ./croudtech_bootstrap_app/croudtech-bootstrap.py --clean
6767 ls -la dist
68+ mkdir -p $(Build.ArtifactStagingDirectory)/dist
6869 cp ./dist/croudtech-bootstrap $(Build.ArtifactStagingDirectory)/dist/croudtech-bootstrap
6970
7071 - job : CliBuildDebianBullseye
7980 pip install pyinstaller
8081 /home/vsts_azpcontainer/.local/bin/pyinstaller --onefile ./croudtech_bootstrap_app/croudtech-bootstrap.py --clean
8182 ls -la dist
83+ mkdir -p $(Build.ArtifactStagingDirectory)/dist
8284 cp ./dist/croudtech-bootstrap $(Build.ArtifactStagingDirectory)/dist/croudtech-bootstrap-debian-bullseye
8385 - task : PublishBuildArtifacts@1
8486 inputs :
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.50
2+ current_version = 0.1.51
33
44[metadata]
55name = croudtech-bootstrap
You can’t perform that action at this time.
0 commit comments