File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments