Skip to content

Commit 671d27e

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 546ce33 commit 671d27e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,15 @@ jobs:
4949
set -x
5050
export PATH=$PATH:/home/vsts_azpcontainer/.local/bin
5151
pip install pipx && pipx install poetry
52-
poetry version $(GitVersion.SemVer)
52+
poetry version $SEMVER
5353
poetry self add "poetry-pyinstaller-plugin[plugin]"
5454
poetry install
5555
poetry build
5656
poetry config pypi-token.pypi $(pypi_token)
5757
poetry publish
5858
cp ./dist/pyinstaller/manylinux_2_31_x86_64/croudtech-boostrap $(Build.ArtifactStagingDirectory)/croudtech-bootstrap
59+
env:
60+
SEMVER: $(GitVersion.SemVer)
5961
- task: PublishBuildArtifacts@1
6062
inputs:
6163
PathtoPublish: "$(Build.ArtifactStagingDirectory)/croudtech-bootstrap-debian-bullseye"

0 commit comments

Comments
 (0)