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 e28cb12 commit 02b3934Copy full SHA for 02b3934
azure-pipelines.yml
@@ -118,9 +118,9 @@ jobs:
118
pip install pipx && pipx install poetry
119
poetry version $(GitVersion.SemVer)
120
poetry self add "poetry-pyinstaller-plugin[plugin]"
121
- poetry install
122
- poetry publish
+ poetry install
123
cp $(Pipeline.Workspace)/dist/dist $(Build.ArtifactStagingDirectory)
+ poetry publish
124
cp $(Pipeline.Workspace)/croudtech-bootstrap/croudtech-bootstrap $(Build.ArtifactStagingDirectory)
125
cp $(Pipeline.Workspace)/croudtech-bootstrap-debian-bullseye/croudtech-bootstrap-debian-bullseye $(Build.ArtifactStagingDirectory)
126
- template: release/github-release.yaml@templates
0 commit comments