Update CI file
authorLiza Carvelli <liza@carvel.li>
Tue, 25 Mar 2025 11:46:07 +0000 (12:46 +0100)
committerLiza Carvelli <liza@carvel.li>
Tue, 25 Mar 2025 11:46:07 +0000 (12:46 +0100)
.woodpecker/build.yaml
Questionable.sln

index c71cad8..a1ef244 100644 (file)
@@ -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
index 8caefd6..cc77dd8 100644 (file)
@@ -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}"