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
- event: tag
- name: prepare release
- image: woodpeckerci/plugin-releaseq
+ image: woodpeckerci/plugin-release
settings:
title: ${CI_COMMIT_TAG}
draft: true