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 19d60e0 commit 26a02cfCopy full SHA for 26a02cf
.github/workflows/dotnet.yaml
@@ -22,7 +22,10 @@ jobs:
22
- name: Setup dotnet SDK 3.1
23
uses: actions/setup-dotnet@v1
24
with:
25
- dotnet-version: 3.1.201
+ dotnet-version: 3.1.200
26
+ - name: .net SxS
27
+ run: |
28
+ rsync -a ${DOTNET_ROOT/3.1.200/2.1.300}/* $DOTNET_ROOT/
29
- run: dotnet build --configuration Release
30
- name: test with dotnet
31
run: dotnet test /p:CollectCoverage=true /p:ExcludeByFile=\"**/KubernetesClient/generated/**/*.cs\" /p:CoverletOutputFormat="cobertura"
0 commit comments