From 0944d532a5e2e44d13487c877adc65d9af22c259 Mon Sep 17 00:00:00 2001 From: Robert Date: Sat, 20 Aug 2022 12:18:23 +0200 Subject: [PATCH] CI - Updated to build Avalonia project --- ci/azure-pipelines.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index c1d30f72c..6b680e70c 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -60,22 +60,6 @@ jobs: fileType: "json" targetFiles: "**/buildinfo.json" - # Copy Artemis Core binaries to where plugin projects expect them - - task: CopyFiles@2 - displayName: "Plugins - Prepare Artemis Core binaries" - inputs: - SourceFolder: "$(Build.ArtifactStagingDirectory)/windows-build" - Contents: "**" - TargetFolder: "Artemis/src/Artemis.Core/bin/net6.0" - - # Copy Artemis Shared UI binaries to where plugin projects expect them - - task: CopyFiles@2 - displayName: "Plugins - Prepare Artemis Shared UI binaries" - inputs: - SourceFolder: "$(Build.ArtifactStagingDirectory)/windows-build" - Contents: "**" - TargetFolder: "Artemis/src/Artemis.UI.Shared/bin/net6.0" - - task: PowerShell@2 displayName: "Plugins - Insert build number into plugin.json" inputs: