Skip to content

Commit e53dbe7

Browse files
committed
GithubCI: set rollForward in linux-newLTS-github*
Set rollForward to major in linux-newLTS-github-* jobs to avoid errors like: ``` Testhost process for source(s) '/home/runner/work/fsx/fsx/Fsdk.Tests/bin/Debug/net6.0/Fsdk.Tests.dll' exited with error: You must install or update .NET to run this application. App: /home/runner/work/fsx/fsx/Fsdk.Tests/bin/Debug/net6.0/testhost.dll Architecture: x64 Framework: 'Microsoft.NETCore.App', version '6.0.0' (x64) .NET location: /usr/share/dotnet/ The following frameworks were found: 8.0.19 at [/usr/share/dotnet/shared/Microsoft.NETCore.App] 9.0.4 at [/usr/share/dotnet/shared/Microsoft.NETCore.App] ```
1 parent 6ee1d4d commit e53dbe7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ jobs:
144144

145145
linux-newLTS-github--dotnet-and-xbuild:
146146
runs-on: ubuntu-22.04
147+
env:
148+
DOTNET_ROLL_FORWARD: major
147149
steps:
148150
- uses: actions/checkout@v1
149151
- name: check mono version
@@ -175,6 +177,8 @@ jobs:
175177

176178
linux-newLTS-github--dotnet-and-msbuild:
177179
runs-on: ubuntu-22.04
180+
env:
181+
DOTNET_ROLL_FORWARD: major
178182
steps:
179183
- uses: actions/checkout@v1
180184
- name: check mono version

0 commit comments

Comments
 (0)