Skip to content

Commit f189468

Browse files
committed
Try --add-source
1 parent 7a5c578 commit f189468

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/live-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v2
3131

3232
- name: Restore tools
33-
run: dotnet tool restore --configfile nuget.config
33+
run: dotnet tool restore --add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json
3434

3535
- name: Run live tests
3636
run: dotnet test ./tests/OpenAI.Tests.csproj

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v2
3838

3939
- name: Restore tools
40-
run: dotnet tool restore --configfile nuget.config
40+
run: dotnet tool restore --add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json
4141

4242
# Pack the client NuGet package and include URL back to the repository and release tag
4343
- name: Build and Pack

0 commit comments

Comments
 (0)