Skip to content

Commit aa75041

Browse files
committed
test nuget
1 parent 888a2e7 commit aa75041

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/dotnet-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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 🛎️

.github/workflows/publish-nuget.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)