From: Liza Carvelli Date: Tue, 25 Mar 2025 11:46:07 +0000 (+0100) Subject: Update CI file X-Git-Tag: v5.0~6 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=ffdd7a18bb626b18c26b81de945e23c5a2a60650;p=Questionable.git Update CI file --- 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}"