Skip to content

Commit ca01b51

Browse files
author
Jim Robinson
committed
Prevent publishing of build artifacts
1 parent 567d3c0 commit ca01b51

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.48
1+
0.1.49

azure-pipelines.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@ jobs:
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
@@ -82,11 +78,7 @@ jobs:
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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.48
2+
current_version = 0.1.49
33

44
[metadata]
55
name = croudtech-bootstrap

0 commit comments

Comments
 (0)