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 c919da3 commit 4dd31b2Copy full SHA for 4dd31b2
.github/workflows/dotnet.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup dotnet
15
uses: actions/setup-dotnet@v1
16
with:
17
- dotnet-version: 2.2.108
+ dotnet-version: 3.1.200
18
- run: dotnet build --configuration Release
19
- name: test with dotnet
20
run: dotnet test /p:CollectCoverage=true /p:ExcludeByFile=\"**/KubernetesClient/generated/**/*.cs\" /p:CoverletOutputFormat="cobertura"
0 commit comments