Skip to content

Commit

Permalink
Try commenting out nuget from action
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Dec 25, 2024
1 parent fc403ef commit e1a818b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
os: [windows-latest, macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4.2.2
- uses: nuget/setup-nuget@v2
with:
nuget-api-key: ${{secrets.NUGET_API_KEY}}
nuget-version: '5.x'
# - uses: nuget/setup-nuget@v2
# with:
# nuget-api-key: ${{secrets.NUGET_API_KEY}}
# nuget-version: '5.x'

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2.0.0
Expand Down Expand Up @@ -66,10 +66,10 @@ jobs:
needs: test
steps:
- uses: actions/checkout@v4.2.2
- uses: nuget/setup-nuget@v2
with:
nuget-api-key: ${{secrets.NUGET_API_KEY}}
nuget-version: '5.x'
# - uses: nuget/setup-nuget@v2
# with:
# nuget-api-key: ${{secrets.NUGET_API_KEY}}
# nuget-version: '5.x'

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2.0.0
Expand Down Expand Up @@ -113,10 +113,10 @@ jobs:
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/avalonia-preview' || github.ref == 'refs/heads/versions/2.x'
steps:
- uses: actions/checkout@v4.2.2
- uses: nuget/setup-nuget@v2
with:
nuget-api-key: ${{secrets.NUGET_API_KEY}}
nuget-version: '5.x'
# - uses: nuget/setup-nuget@v2
# with:
# nuget-api-key: ${{secrets.NUGET_API_KEY}}
# nuget-version: '5.x'

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2.0.0
Expand Down

0 comments on commit e1a818b

Please sign in to comment.