File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11name : Gated-OSX
2- on :
2+ on :
33 push :
4- branches :
4+ branches :
55 - ' releases/**'
66 - dev
77 pull_request :
8- branches :
8+ branches :
99 - ' releases/**'
1010 - dev
1111jobs :
1212 build_osx :
1313 runs-on : macOS-latest
1414 strategy :
15+ fail-fast : false # Disable the auto cancelling of all in-progress and queued jobs in the matrix if any job in the matrix fails.
1516 matrix :
1617 dotnet-version : [ '8.0.x', '7.0.x', '6.0.x' ]
1718 steps :
Original file line number Diff line number Diff line change 1212 build_ubuntu :
1313 runs-on : ubuntu-latest
1414 strategy :
15+ fail-fast : false # Disable the auto cancelling of all in-progress and queued jobs in the matrix if any job in the matrix fails.
1516 matrix :
1617 dotnet-version : [ '8.0.x', '7.0.x', '6.0.x' ]
1718 steps :
Original file line number Diff line number Diff line change 1212 build_windows :
1313 runs-on : [windows-latest]
1414 strategy :
15+ fail-fast : false # Disable the auto cancelling of all in-progress and queued jobs in the matrix if any job in the matrix fails.
1516 matrix :
1617 dotnet-version : [ '8.0.x', '7.0.x', '6.0.x' ]
1718 steps :
You can’t perform that action at this time.
0 commit comments