File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -43,21 +43,21 @@ jobs:
43
43
# sdk-preview: true
44
44
# runtime: -x64
45
45
# 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
47
52
# framework: net6.0
48
53
# sdk: 6.0.x
49
54
# runtime: -x64
50
55
# codecov: false
51
- # - os: macos-13 # macos- latest runs on arm64 runners where libgdiplus is unavailable
56
+ # - os: windows- latest
52
57
# framework: net6.0
53
58
# sdk: 6.0.x
54
59
# runtime: -x64
55
60
# codecov: false
56
- - os : windows-latest
57
- framework : net6.0
58
- sdk : 6.0.x
59
- runtime : -x64
60
- codecov : false
61
61
exclude :
62
62
- isARM : false
63
63
options :
Original file line number Diff line number Diff line change 3
3
[string ]$targetFramework
4
4
)
5
5
6
+ Write-Output " PATH"
6
7
Write-Output $env: PATH
7
8
9
+ Write-Output " DOTNET_LIST"
8
10
dotnet -- list- sdks
9
11
10
12
# Confirm dotnet version.
13
+ Write-Output " DOTNET_VERSION"
11
14
dotnet -- version
12
15
13
16
dotnet clean - c Release
You can’t perform that action at this time.
0 commit comments