From: Wen Date: Sat, 29 Mar 2025 14:57:32 +0000 (-0600) Subject: Changes to build.yaml from pr review. X-Git-Tag: v5.0~5^2 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=742371ae76c8487354bc1588cf2e0ff6bcb25473;p=Questionable.git Changes to build.yaml from pr review. --- diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 1a19ecc7..60869c57 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -20,7 +20,7 @@ steps: image: mcr.microsoft.com/dotnet/sdk:9.0-noble commands: - export DALAMUD_HOME=$CI_WORKSPACE/.dalamud/ - - dotnet build Questionable/Questionable.csproj -c Release -f net9.0-windows7.0 -p:DalamudLibPath=$DALAMUD_HOME -maxcpucount:1 --source $CI_WORKSPACE/.nuget --no-restore + - dotnet build Questionable/Questionable.csproj -c Release -f net9.0-windows -p:DalamudLibPath=$DALAMUD_HOME -maxcpucount:1 --source $CI_WORKSPACE/.nuget --no-restore - name: prepare release files image: alpine @@ -32,7 +32,7 @@ steps: - event: tag - name: prepare release - image: woodpeckerci/plugin-releaseq + image: woodpeckerci/plugin-release settings: title: ${CI_COMMIT_TAG} draft: true