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.
1 parent 8ec6152 commit 0551a89Copy full SHA for 0551a89
.github/workflows/Compile.yml
@@ -1,4 +1,4 @@
1
-name: Compile
+name: Compile solution
2
3
on:
4
push:
@@ -22,7 +22,7 @@ jobs:
22
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', 'Directory.Build.props', 'Directory.Packages.props') }}
23
restore-keys: ${{ runner.os }}-nuget-
24
25
- - name: Publish packages
+ - name: Compile solution
26
run: dotnet run -c Release
27
working-directory: "build"
28
env:
0 commit comments