Skip to content

Commit a81f670

Browse files
committed
use dotnet nuget add source
1 parent 60b8167 commit a81f670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/internal-test-plugin-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Nuget Package Sources
3131
run: |
3232
mkdir -p ${{ env.NuGetDirectory }}/local
33-
nuget sources add -Name local -Source ${{ env.NuGetDirectory }}/local
33+
dotnet nuget add source ${{ env.NuGetDirectory }}/local -n local
3434
3535
- uses: actions/download-artifact@v4
3636
with:

0 commit comments

Comments
 (0)