We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4fa3d commit 1a5fedaCopy full SHA for 1a5feda
.github/workflows/autobuild.yml
@@ -26,10 +26,10 @@ jobs:
26
- name: Setup .NET Core
27
uses: actions/setup-dotnet@v4
28
29
- - name: Install dependencies
+ - name: Restore with .NET Core
30
run: dotnet restore
31
32
- - name: Build
+ - name: Build using .NET Core
33
run: dotnet build CollabUtils2.sln --configuration Release --no-restore
34
35
- name: Upload artifact
0 commit comments