Skip to content

Commit c3c816f

Browse files
author
Jim Robinson
committed
Add debug to list pipeline assets
1 parent 5cc8373 commit c3c816f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.45
1+
0.1.46

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
dependsOn: CliBuildDebianBullseye
9090
displayName: GithubRelease
9191
steps:
92+
- script: |
93+
ls -la $(Build.ArtifactStagingDirectory)
9294
- template: release/github-release-build-number.yaml@templates
9395
parameters:
9496
semVer: $(semVer)

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.45
2+
current_version = 0.1.46
33

44
[metadata]
55
name = croudtech-bootstrap

0 commit comments

Comments
 (0)