File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 git fetch --prune --unshallow
5454 git submodule -q update --init --recursive
5555
56- - name : Setup DotNet SDK
57- uses : actions/setup-dotnet@v1
58- with :
59- dotnet-version : " 3.1.x"
60-
6156 - name : Build
6257 shell : pwsh
6358 run : ./ci-build.ps1 "${{matrix.options.framework}}"
7065 XUNIT_PATH : .\tests\ImageSharp.Drawing.Tests # Required for xunit
7166
7267 - name : Update Codecov
73- uses : codecov/codecov-action@v1.0.7
68+ uses : codecov/codecov-action@v1
7469 if : matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
7570 with :
7671 flags : unittests
9691 git fetch --prune --unshallow
9792 git submodule -q update --init --recursive
9893
99- - name : Setup DotNet SDK
100- uses : actions/setup-dotnet@v1
101- with :
102- dotnet-version : " 3.1.x"
103-
10494 - name : Pack
10595 shell : pwsh
10696 run : ./ci-pack.ps1
You can’t perform that action at this time.
0 commit comments