File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 4545 git fetch --prune --unshallow
4646 git submodule -q update --init --recursive
4747
48- - name : Setup DotNet SDK 3.1
49- uses : actions/setup-dotnet@v1
50- with :
51- dotnet-version : " 3.1.x"
52-
53- - name : Setup DotNet SDK 2.1
54- uses : actions/setup-dotnet@v1
55- with :
56- dotnet-version : " 2.1.x"
57-
5848 - name : Install Azurite Linux
5949 if : matrix.options.os == 'ubuntu-latest'
6050 shell : bash
@@ -110,16 +100,6 @@ jobs:
110100 git fetch --prune --unshallow
111101 git submodule -q update --init --recursive
112102
113- - name : Setup DotNet SDK 3.1
114- uses : actions/setup-dotnet@v1
115- with :
116- dotnet-version : " 3.1.x"
117-
118- - name : Setup DotNet SDK 2.1
119- uses : actions/setup-dotnet@v1
120- with :
121- dotnet-version : " 2.1.x"
122-
123103 - name : Pack
124104 shell : pwsh
125105 run : ./ci-pack.ps1
You can’t perform that action at this time.
0 commit comments