We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546ce33 commit 671d27eCopy full SHA for 671d27e
azure-pipelines.yml
@@ -49,13 +49,15 @@ jobs:
49
set -x
50
export PATH=$PATH:/home/vsts_azpcontainer/.local/bin
51
pip install pipx && pipx install poetry
52
- poetry version $(GitVersion.SemVer)
+ poetry version $SEMVER
53
poetry self add "poetry-pyinstaller-plugin[plugin]"
54
poetry install
55
poetry build
56
poetry config pypi-token.pypi $(pypi_token)
57
poetry publish
58
cp ./dist/pyinstaller/manylinux_2_31_x86_64/croudtech-boostrap $(Build.ArtifactStagingDirectory)/croudtech-bootstrap
59
+ env:
60
+ SEMVER: $(GitVersion.SemVer)
61
- task: PublishBuildArtifacts@1
62
inputs:
63
PathtoPublish: "$(Build.ArtifactStagingDirectory)/croudtech-bootstrap-debian-bullseye"
0 commit comments