We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6022449 commit 7d307cdCopy full SHA for 7d307cd
1 file changed
.github/workflows/build-natives.yml
@@ -227,6 +227,7 @@ jobs:
227
id: pack_step
228
run: >
229
dotnet pack Natives/NetCord.Natives/NetCord.Natives.csproj
230
+ --no-build
231
--no-restore
232
-v ${{ env.DotnetVerbose }}
233
${{ env.GenerateBinLog == 'true' && '-bl:pack.binlog' || '' }}
0 commit comments