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 02686fc commit e53bf46Copy full SHA for e53bf46
.github/workflows/integrationTests.yml
@@ -330,14 +330,16 @@ jobs:
330
with:
331
ref: ${{ github.event.pull_request.head.sha }}
332
333
+ - name: Install dotnet
334
+ uses: actions/setup-dotnet@v4
335
+ with:
336
+ dotnet-version: "3.x"
337
+
338
- name: Install NuGet
339
uses: nuget/setup-nuget@v2
340
341
nuget-version: 6.x
- - name: Install dotnet
- uses: actions/setup-dotnet@v2
- with:
- dotnet-version: "3.x"
342
343
- name: Install Java
344
uses: actions/setup-java@v3
345
0 commit comments