1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 13:28:33 +00:00

Merge branch 'master' into development

This commit is contained in:
Robert 2023-06-12 20:01:54 +02:00
commit 24a241f91f
2 changed files with 3 additions and 3 deletions

View File

@ -18,13 +18,13 @@ jobs:
with:
dotnet-version: "7.0.x"
- name: Setup DocFX
run: choco install docfx -y
run: dotnet tool update -g docfx
- name: Build Core
run: dotnet build src/Artemis.Core/Artemis.Core.csproj
- name: Build UI.Shared
run: dotnet build src/Artemis.UI.Shared/Artemis.UI.Shared.csproj
- name: Build DocFX
run: docfx.exe docfx/docfx_project/docfx.json
run: docfx docfx/docfx_project/docfx.json
- name: Upload to FTP
uses: SamKirkland/FTP-Deploy-Action@4.3.2
with:

View File

@ -5,7 +5,7 @@
{
"files": [
"Artemis.Core/bin/net7.0/Artemis.Core.dll",
"Artemis.UI.Shared/bin/net7.0/Artemis.UI.Shared.dll",
"Artemis.UI.Shared/bin/net7.0/Artemis.UI.Shared.dll"
],
"src": "../../src"
}