We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10abf2c commit 21dc538Copy full SHA for 21dc538
.github/workflows/integration.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
dotnet-version: ${{matrix.dotnet}}
40
- name: Restore dependencies
41
- run: dotnet restore
+ run: dotnet restore --use-current-runtime
42
- name: Build
43
run: dotnet build --no-restore /p:ContinuousIntegrationBuild=true
44
- name: Test
0 commit comments