Commit 71fe846 1 parent 05372be commit 71fe846 Copy full SHA for 71fe846
File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
Build :
17
- runs-on : ${{ matrix.os }}-latest
17
+ runs-on : ${{ matrix.os }}
18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- os : [ubuntu, windows, macos]
21
+ os : [ubuntu-latest , windows-2019 , macos-latest ]
22
22
target : [netstandard2.0, netstandard2.1]
23
23
include :
24
- - os : windows
24
+ - os : windows-2019
25
25
target : net45
26
26
env :
27
27
LIB_PROJ : src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj
35
35
uses : actions/setup-dotnet@v1
36
36
with :
37
37
dotnet-version : ' 3.1.x'
38
+
39
+ - name : Show .NET info
40
+ run : dotnet --info
38
41
39
42
- name : Build library (Debug)
40
43
run : dotnet build -c debug -f ${{ matrix.target }} ${{ env.LIB_PROJ }}
73
76
74
77
CodeCov :
75
78
name : Code Coverage
76
- runs-on : windows-latest
79
+ runs-on : windows-2019
77
80
env :
78
81
DOTCOVER_VER : 2021.1.2
79
82
DOTCOVER_PKG : jetbrains.dotcover.commandlinetools
You can’t perform that action at this time.
0 commit comments