We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ddab56 commit 15c40e5Copy full SHA for 15c40e5
1 file changed
.github/workflows/autobuild.yml
@@ -25,14 +25,12 @@ jobs:
25
26
- name: Setup .NET Core
27
uses: actions/setup-dotnet@v4
28
- with:
29
- dotnet-version: 2.2.108
30
31
- name: Restore with .NET Core
32
run: dotnet restore
33
34
- - name: Build using Mono
35
- run: msbuild *.sln "/p:Configuration=Release"
+ - name: Build using .NET Core
+ run: dotnet build SpringCollab2020.sln --configuration Release --no-restore
36
37
- name: Upload artifact
38
uses: actions/upload-artifact@v4.6.0
0 commit comments