Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/live-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
dotnet-version: '8.x'

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

- name: Run tests in Playback mode
run: dotnet test ./tests/OpenAI.Tests.csproj
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/record-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
dotnet-version: '8.x'

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

- name: Run tests in Record mode
run: dotnet test ./tests/OpenAI.Tests.csproj
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
dotnet-version: '8.x'

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

# Pack the client NuGet package and include URL back to the repository and release tag
- name: Build and pack
Expand Down
Loading