Skip to content

Commit 02b3934

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent e28cb12 commit 02b3934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ jobs:
118118
pip install pipx && pipx install poetry
119119
poetry version $(GitVersion.SemVer)
120120
poetry self add "poetry-pyinstaller-plugin[plugin]"
121-
poetry install
122-
poetry publish
121+
poetry install
123122
cp $(Pipeline.Workspace)/dist/dist $(Build.ArtifactStagingDirectory)
123+
poetry publish
124124
cp $(Pipeline.Workspace)/croudtech-bootstrap/croudtech-bootstrap $(Build.ArtifactStagingDirectory)
125125
cp $(Pipeline.Workspace)/croudtech-bootstrap-debian-bullseye/croudtech-bootstrap-debian-bullseye $(Build.ArtifactStagingDirectory)
126126
- template: release/github-release.yaml@templates

0 commit comments

Comments
 (0)