Skip to content

Commit ee6d127

Browse files
authoredNov 6, 2022
Update publish.yml
1 parent 2b38047 commit ee6d127

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎.github/workflows/publish.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@ jobs:
77
build:
88

99
runs-on: ubuntu-latest
10-
strategy:
11-
matrix:
12-
dotnet-version: ['3.0', '3.1.x', '5.0.x', '6.0.x' ]
10+
# strategy:
11+
# matrix:
12+
# dotnet-version: ['3.0', '3.1.x', '5.0.x', '6.0.x' ]
1313

1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
1717
uses: actions/setup-dotnet@v3
1818
with:
19-
dotnet-version: ${{ matrix.dotnet-version }}
19+
dotnet-version: 6.0.x
20+
# dotnet-version: ${{ matrix.dotnet-version }}
2021
- name: Install dependencies
2122
run: dotnet restore
2223
- name: Build

0 commit comments

Comments
 (0)