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 6434c69 commit cfc2fddCopy full SHA for cfc2fdd
.github/workflows/main.yml
@@ -40,6 +40,8 @@ jobs:
40
steps:
41
- name: Checkout code
42
uses: actions/checkout@v1
43
+ - name: Setup dotnet
44
+ uses: actions/setup-dotnet@v4
45
- name: .NET Build
46
run: dotnet build Build.csproj -c Release /p:CI=true
47
- name: Dapper Tests
0 commit comments