Skip to content

Commit 17dd873

Browse files
authored
Update dotnet-core-release.yml
1 parent fbe5833 commit 17dd873

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnet-core-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ${{ matrix.os }}
1313
env:
14-
VERSION: 4.2.0-beta.4
14+
VERSION: 4.2.0
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest]
@@ -25,17 +25,17 @@ jobs:
2525
- name: Setup .NET Core 3.1.100
2626
uses: actions/setup-dotnet@v1
2727
with:
28-
dotnet-version: 3.1.101
28+
dotnet-version: 3.1.302
2929
- name: Setup side by side .NET SDKs on Windows
3030
if: matrix.os == 'windows-latest'
3131
run: |
32-
SET DOTNET_22_ROOT=%DOTNET_ROOT:3.1.101=2.2.108%
32+
SET DOTNET_22_ROOT=%DOTNET_ROOT:3.1.302=2.2.108%
3333
xcopy /s /y /d %DOTNET_31_ROOT% %DOTNET_ROOT%
3434
shell: cmd
3535
- name: Setup side by side .NET SDKs on ${{ matrix.os }}
3636
if: matrix.os != 'windows-latest'
3737
run: |
38-
rsync -a ${DOTNET_ROOT/3.1.101/2.2.108}/* $DOTNET_ROOT/
38+
rsync -a ${DOTNET_ROOT/3.1.302/2.2.108}/* $DOTNET_ROOT/
3939
- name: Build with netcoreapp
4040
run: dotnet build --configuration Release
4141
- name: Unit Testing

0 commit comments

Comments
 (0)