From ffdd7a18bb626b18c26b81de945e23c5a2a60650 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Tue, 25 Mar 2025 12:46:07 +0100 Subject: [PATCH] Update CI file --- .woodpecker/build.yaml | 1 - Questionable.sln | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index c71cad8b..a1ef244b 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -20,7 +20,6 @@ steps: image: mcr.microsoft.com/dotnet/sdk:8.0-jammy commands: - export DALAMUD_HOME=$CI_WORKSPACE/.dalamud/ - - echo "dotnet build Questionable/Questionable.csproj -c Release -f net8.0-windows -p:DalamudLibPath=$DALAMUD_HOME -maxcpucount:1 --source $CI_WORKSPACE/.nuget --no-restore" - dotnet build Questionable/Questionable.csproj -c Release -f net8.0-windows -p:DalamudLibPath=$DALAMUD_HOME -maxcpucount:1 --source $CI_WORKSPACE/.nuget --no-restore - name: prepare release files diff --git a/Questionable.sln b/Questionable.sln index 8caefd6c..cc77dd85 100644 --- a/Questionable.sln +++ b/Questionable.sln @@ -22,6 +22,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BBFFC6EA-15B1-48FC-B4D3-D9491278C27F}" ProjectSection(SolutionItems) = preProject Directory.Build.targets = Directory.Build.targets + .woodpecker\build.yaml = .woodpecker\build.yaml EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "vendor", "vendor", "{8F5EC9D5-4CE7-433B-BB3A-782500E84DDB}" -- 2.30.2