Skip to content

Commit

Permalink
packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cnkz committed Jan 9, 2024
1 parent a62c68e commit 27f8557
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,5 @@ jobs:
- 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' }}
run: cmd /c "dir /s .\src\ManagedObjectSize"
- if: ${{ matrix.dotnet-version == '8.0.x' && matrix.configuration == 'Release' }}
name: Publish ManagedObjectSize
run: dotnet nuget push src/ManagedObjectSize/bin/${{matrix.configuration}}/*.nupkg -k ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols
- if: ${{ matrix.dotnet-version == '8.0.x' && matrix.configuration == 'Release' }}
name: Publish ManagedObjectSize.ObjectPool
run: dotnet nuget push src/ManagedObjectSize.ObjectSize/bin/${{matrix.configuration}}/*.nupkg -k ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols
name: Publish
run: dotnet nuget push **/*.nupkg -k ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols

0 comments on commit 27f8557

Please sign in to comment.