Skip to content

Commit 2c4fa3d

Browse files
authored
Build using dotnet instead of msbuild
1 parent 5745a2a commit 2c4fa3d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/autobuild.yml

Lines changed: 3 additions & 5 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

31-
- name: Restore with .NET Core
29+
- name: Install dependencies
3230
run: dotnet restore
3331

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

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

0 commit comments

Comments
 (0)