Skip to content

Commit e046be6

Browse files
Now test ubuntu net6 again
1 parent 12b8e0d commit e046be6

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.github/workflows/build-and-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@ jobs:
4343
# sdk-preview: true
4444
# runtime: -x64
4545
# codecov: false
46-
# - os: ubuntu-latest
46+
- os: ubuntu-latest
47+
framework: net6.0
48+
sdk: 6.0.x
49+
runtime: -x64
50+
codecov: false
51+
# - os: macos-13 # macos-latest runs on arm64 runners where libgdiplus is unavailable
4752
# framework: net6.0
4853
# sdk: 6.0.x
4954
# runtime: -x64
5055
# codecov: false
51-
# - os: macos-13 # macos-latest runs on arm64 runners where libgdiplus is unavailable
56+
# - os: windows-latest
5257
# framework: net6.0
5358
# sdk: 6.0.x
5459
# runtime: -x64
5560
# codecov: false
56-
- os: windows-latest
57-
framework: net6.0
58-
sdk: 6.0.x
59-
runtime: -x64
60-
codecov: false
6161
exclude:
6262
- isARM: false
6363
options:

ci-build.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ param(
33
[string]$targetFramework
44
)
55

6+
Write-Output "PATH"
67
Write-Output $env:PATH
78

9+
Write-Output "DOTNET_LIST"
810
dotnet --list-sdks
911

1012
# Confirm dotnet version.
13+
Write-Output "DOTNET_VERSION"
1114
dotnet --version
1215

1316
dotnet clean -c Release

0 commit comments

Comments
 (0)