1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 21:38:38 +00:00

CI - Updated to build Avalonia project

This commit is contained in:
Robert 2022-08-20 12:18:23 +02:00
parent a8b56c3137
commit 0944d532a5

View File

@ -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: