File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments