Skip to content

Commit 818a1dc

Browse files
committed
fix(release): match passing build commands
1 parent 2664927 commit 818a1dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-github-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ jobs:
166166
set -euo pipefail
167167
168168
dotnet restore S1API/S1API.csproj -p:Configuration=MonoMelon
169-
dotnet build S1API/S1API.csproj -c MonoMelon -f netstandard2.1 /p:AutomateLocalDeployment=false --no-restore
169+
dotnet build S1API/S1API.csproj --no-restore -c MonoMelon -v minimal /p:AutomateLocalDeployment=false
170170
171171
dotnet restore S1API/S1API.csproj -p:Configuration=Il2CppMelon
172-
dotnet build S1API/S1API.csproj -c Il2CppMelon -f net6.0 /p:AutomateLocalDeployment=false --no-restore
172+
dotnet build S1API/S1API.csproj --no-restore -c Il2CppMelon -v minimal /p:AutomateLocalDeployment=false
173173
174174
dotnet restore S1APILoader/S1APILoader.csproj -p:Configuration=MonoMelon
175175
dotnet build S1APILoader/S1APILoader.csproj -c MonoMelon -f netstandard2.1 /p:AutomateLocalDeployment=false --no-restore

0 commit comments

Comments
 (0)