Skip to content

Commit 545f561

Browse files
committed
[Build] fix mac os build.
1 parent 2326e86 commit 545f561

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/continuousCore.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,27 @@ jobs:
6565
runs-on: macOS-latest
6666
steps:
6767
- uses: actions/checkout@v1
68+
69+
- name: Setup .NET 2.2
70+
uses: actions/setup-dotnet@v1
71+
with:
72+
dotnet-version: 2.2.*
73+
74+
- name: Setup .NET 3.0
75+
uses: actions/setup-dotnet@v1
76+
with:
77+
dotnet-version: 3.0.*
78+
79+
- name: Setup .NET 3.1
80+
uses: actions/setup-dotnet@v1
81+
with:
82+
dotnet-version: 3.1.*
83+
84+
- name: Setup .NET 5.0
85+
uses: actions/setup-dotnet@v1
86+
with:
87+
dotnet-version: 5.0.*
88+
6889
- name: Cache .nuke/temp, ~/.nuget/packages
6990
uses: actions/cache@v2
7091
with:

0 commit comments

Comments
 (0)