File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed
Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1- 0.1.48
1+ 0.1.49
Original file line number Diff line number Diff line change 6565 pyinstaller --onefile ./croudtech_bootstrap_app/croudtech-bootstrap.py --clean
6666 ls -la
6767 cp ./dist/croudtech-bootstrap $(Build.ArtifactStagingDirectory)/croudtech-bootstrap
68- - task : PublishBuildArtifacts@1
69- inputs :
70- PathtoPublish : " $(Build.ArtifactStagingDirectory)/croudtech-bootstrap"
71- ArtifactName : " croudtech-bootstrap"
72- publishLocation : " Container"
68+
7369 - job : CliBuildDebianBullseye
7470 dependsOn : CliBuild
7571 container : python:3.12.7-bullseye
8278 /home/vsts_azpcontainer/.local/bin/pyinstaller --onefile ./croudtech_bootstrap_app/croudtech-bootstrap.py --clean
8379 ls -la
8480 cp ./dist/croudtech-bootstrap $(Build.ArtifactStagingDirectory)/croudtech-bootstrap-debian-bullseye
85- - task : PublishBuildArtifacts@1
86- inputs :
87- PathtoPublish : " $(Build.ArtifactStagingDirectory)/croudtech-bootstrap-debian-bullseye"
88- ArtifactName : " croudtech-bootstrap-debian-bullseye"
89- publishLocation : " Container"
81+
9082 - job : GithubRelease
9183 dependsOn : CliBuildDebianBullseye
9284 displayName : GithubRelease
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.48
2+ current_version = 0.1.49
33
44[metadata]
55name = croudtech-bootstrap
You can’t perform that action at this time.
0 commit comments