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 2720e3a commit b9d8e2dCopy full SHA for b9d8e2d
.github/workflows/ci.yml
@@ -15,19 +15,7 @@ jobs:
15
- name: Setup dotnet
16
uses: actions/setup-dotnet@v1
17
with:
18
- dotnet-version: '2.1.803'
19
- - name: Setup dotnet
20
- uses: actions/setup-dotnet@v1
21
- with:
22
- dotnet-version: '3.1.101'
23
-
24
- # workaround for using multiple dotnet core installs https://github.com/actions/setup-dotnet/issues/25
25
- - name: .net SxS
26
- run: rsync -a ${DOTNET_ROOT/3.1.101/2.1.803}/* $DOTNET_ROOT/
27
28
- # workaround for dotnet tools not being on path https://github.com/actions/virtual-environments/issues/213
29
- - name: add .dotnet/tools to path
30
- run: echo "::set-env name=PATH::${PATH}:${HOME}/.dotnet/tools"
+ dotnet-version: '3.1.201'
31
32
- run: dotnet tool install -g Codecov.Tool
33
0 commit comments