Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jscrobinson committed Oct 18, 2024
1 parent e28cb12 commit 02b3934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ jobs:
pip install pipx && pipx install poetry
poetry version $(GitVersion.SemVer)
poetry self add "poetry-pyinstaller-plugin[plugin]"
poetry install
poetry publish
poetry install
cp $(Pipeline.Workspace)/dist/dist $(Build.ArtifactStagingDirectory)
poetry publish
cp $(Pipeline.Workspace)/croudtech-bootstrap/croudtech-bootstrap $(Build.ArtifactStagingDirectory)
cp $(Pipeline.Workspace)/croudtech-bootstrap-debian-bullseye/croudtech-bootstrap-debian-bullseye $(Build.ArtifactStagingDirectory)
- template: release/github-release.yaml@templates
Expand Down

0 comments on commit 02b3934

Please sign in to comment.