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:
parent
a8b56c3137
commit
0944d532a5
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user