fix(ci): provision TestClient runtime (#1)
This commit is contained in:
@@ -21,7 +21,9 @@ jobs:
|
||||
- name: Install .NET SDK
|
||||
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
|
||||
with:
|
||||
dotnet-version: 10.0.301
|
||||
dotnet-version: |
|
||||
8.0.128
|
||||
10.0.301
|
||||
|
||||
- name: Restore locked dependencies
|
||||
run: dotnet restore Rendezvous.slnx --locked-mode
|
||||
@@ -127,7 +129,9 @@ jobs:
|
||||
- name: Install .NET SDK
|
||||
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
|
||||
with:
|
||||
dotnet-version: 10.0.301
|
||||
dotnet-version: |
|
||||
8.0.128
|
||||
10.0.301
|
||||
|
||||
- name: Build deployment diagnostic
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user