Skip to content

Commit 15c40e5

Browse files
authored
Build using dotnet instead of msbuild
1 parent 0ddab56 commit 15c40e5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/autobuild.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,12 @@ jobs:
2525
2626
- name: Setup .NET Core
2727
uses: actions/setup-dotnet@v4
28-
with:
29-
dotnet-version: 2.2.108
3028

3129
- name: Restore with .NET Core
3230
run: dotnet restore
3331

34-
- name: Build using Mono
35-
run: msbuild *.sln "/p:Configuration=Release"
32+
- name: Build using .NET Core
33+
run: dotnet build SpringCollab2020.sln --configuration Release --no-restore
3634

3735
- name: Upload artifact
3836
uses: actions/[email protected]

0 commit comments

Comments
 (0)