Skip to content

Commit

Permalink
workflows...
Browse files Browse the repository at this point in the history
  • Loading branch information
cnkz committed Jan 9, 2024
1 parent ffa91ba commit 28709fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ jobs:
run: dotnet build --no-restore --configuration ${{matrix.configuration}} src/ManagedObjectSize.sln
- name: Test
run: dotnet test --no-build --configuration ${{matrix.configuration}} --verbosity normal src/ManagedObjectSize.Tests/ManagedObjectSize.Tests.csproj
- if: ${{ matrix.dotnet-version == '8.0.x' && matrix.configuration == 'Release' }}
name: Publish
run: dotnet nuget push -k ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols src\ManagedObjectSize\bin\Release\ManagedObjectSize*.nupkg
run: dotnet nuget push -k ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols src\ManagedObjectSize.ObjectSize\bin\Release\ManagedObjectSize.ObjectPool*.nupkg

0 comments on commit 28709fd

Please sign in to comment.