Skip to content

Commit 546ce33

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,13 @@ jobs:
4949
set -x
5050
export PATH=$PATH:/home/vsts_azpcontainer/.local/bin
5151
pip install pipx && pipx install poetry
52-
poetry version $SEMVER
52+
poetry version $(GitVersion.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: $(semVer)
6159
- task: PublishBuildArtifacts@1
6260
inputs:
6361
PathtoPublish: "$(Build.ArtifactStagingDirectory)/croudtech-bootstrap-debian-bullseye"

0 commit comments

Comments
 (0)