From 02b3934062674a15d7c9d665c588c69a3f147206 Mon Sep 17 00:00:00 2001 From: Jim Robinson Date: Fri, 18 Oct 2024 11:23:48 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2004291..a55669d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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