We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e21ea68 + 15c40e5 commit bce622aCopy full SHA for bce622a
.github/workflows/autobuild.yml
@@ -25,17 +25,15 @@ 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.5.0
+ uses: actions/upload-artifact@v4.6.0
39
with:
40
name: main
41
path: bin/Release/net452
0 commit comments