We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a1887 commit 4d2e96aCopy full SHA for 4d2e96a
.github/workflows/nuget.yml
@@ -20,6 +20,11 @@ jobs:
20
fetch-depth: 0
21
submodules: recursive
22
23
+ - name: Setup .NET
24
+ uses: actions/setup-dotnet@v4
25
+ with:
26
+ dotnet-version: '6.0.x'
27
+
28
- name: Restore .NET tools
29
working-directory: ${{github.workspace}}
30
run: dotnet tool restore
.github/workflows/windows.yml
@@ -21,6 +21,12 @@ jobs:
with:
31
32
0 commit comments