diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 0272cfc..3ff9df3 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -35,7 +35,7 @@ jobs: - name: Restore dependencies run: dotnet restore Repo/src/DgmjrSdk.nuproj - name: Build - run: dotnet build Repo/src/DgmjrSdk.nuproj --no-restore -c:Release + run: dotnet build Repo/src/DgmjrSdk.nuproj --no-restore -c:Release -v:diag - name: Upload the NuGet Package uses: actions/upload-artifact@v3.1.2 with: