File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ${{ matrix.os }}
1212 strategy :
1313 matrix :
14- os : [windows-latest, ubuntu-latest, macos -latest]
14+ os : [ubuntu-latest]
1515
1616 steps :
1717 - name : Checkout 🛎️
Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ jobs:
3838 dotnet pack --no-build -v normal --include-symbols -o nupkg
3939
4040 # Get a short-lived NuGet API key
41- - name : NuGet login (OIDC → temp API key)
42- uses : NuGet/login@v1
43- id : login
44- with :
45- user : ${{secrets.NUGET_USER}}
41+ # - name: NuGet login (OIDC → temp API key)
42+ # uses: NuGet/login@v1
43+ # id: login
44+ # with:
45+ # user: ${{secrets.NUGET_USER}}
4646
4747 - name : Push NuGet 🚀
4848 run : |
49- dotnet nuget push **/*.nupkg -k ${{steps.login.outputs. NUGET_API_KEY}} -s https://api.nuget.org/v3 /index.json --skip-duplicate
50-
51- # dotnet nuget push **/*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://f.feedz.io/jcamp/nuget-test/nuget/index.json --skip-duplicate
49+ dotnet nuget push **/*.nupkg -k ${{secrets. NUGET_API_KEY}} -s https://f.feedz.io/jcamp/nuget-test/nuget /index.json --skip-duplicate
50+ # dotnet nuget push **/*.nupkg -k ${{steps.login.outputs.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate
51+ # dotnet nuget push **/*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://f.feedz.io/jcamp/nuget-test/nuget/index.json --skip-duplicate
You can’t perform that action at this time.
0 commit comments