mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-19 06:44:03 +01:00
Update to Nuget setup action v2. (#2024)
This commit is contained in:
parent
7c9802c07d
commit
2fdb3df4ae
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -113,7 +113,7 @@ jobs:
|
||||
NUGET_SOURCE: ${{ secrets.NUGET_SOURCE }}
|
||||
AZURE_DEVOPS_PAT: ${{ secrets.AZURE_DEVOPS_PAT }}
|
||||
steps:
|
||||
- uses: nuget/setup-nuget@v1
|
||||
- uses: nuget/setup-nuget@v2
|
||||
with:
|
||||
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
|
||||
- name: Download Dist Folder
|
||||
@ -137,7 +137,7 @@ jobs:
|
||||
NUGET_SOURCE: ${{ secrets.NUGET_SOURCE }}
|
||||
AZURE_DEVOPS_PAT: ${{ secrets.AZURE_DEVOPS_PAT }}
|
||||
steps:
|
||||
- uses: nuget/setup-nuget@v1
|
||||
- uses: nuget/setup-nuget@v2
|
||||
with:
|
||||
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
|
||||
- name: Download Dist Folder
|
||||
|
Loading…
x
Reference in New Issue
Block a user