Skip to content

Commit a76fe36

Browse files
paulirwinCopilot
andauthored
Update .github/workflows/dotnet.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7a37d45 commit a76fe36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: dotnet test -c Release --no-build --verbosity normal
3232
- name: Pack NuGet packages
3333
if: github.event_name != 'pull_request' && matrix.os == 'windows-latest'
34-
run: dotnet pack --no-build --output nupkgs
34+
run: dotnet pack -c Release --no-build --output nupkgs
3535
- name: Upload NuGet packages
3636
if: github.event_name != 'pull_request' && matrix.os == 'windows-latest'
3737
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)