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 af9e784 commit b472f3aCopy full SHA for b472f3a
.github/workflows/ci.yml
@@ -17,6 +17,8 @@ jobs:
17
uses: actions/checkout@v2
18
with:
19
fetch-depth: 0
20
+ - name: Use .NET 6
21
+ uses: actions/setup-dotnet@v1
22
- name: Build and Test
23
run: ./Build.ps1
24
shell: pwsh
0 commit comments