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.46
1+ 0.1.47
Original file line number Diff line number Diff line change 6363 python -m build
6464 pip install pyinstaller
6565 pyinstaller --onefile ./croudtech_bootstrap_app/croudtech-bootstrap.py --clean
66+ ls -la
6667 cp ./dist/croudtech-bootstrap $(Build.ArtifactStagingDirectory)/croudtech-bootstrap
6768 - task : PublishBuildArtifacts@1
6869 inputs :
7980 python -m build
8081 pip install pyinstaller
8182 /home/vsts_azpcontainer/.local/bin/pyinstaller --onefile ./croudtech_bootstrap_app/croudtech-bootstrap.py --clean
83+ ls -la
8284 cp ./dist/croudtech-bootstrap $(Build.ArtifactStagingDirectory)/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.46
2+ current_version = 0.1.47
33
44[metadata]
55name = croudtech-bootstrap
You can’t perform that action at this time.
0 commit comments