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 980c438 commit d994134Copy full SHA for d994134
.github/workflows/build-all.yml
@@ -1,4 +1,4 @@
1
-name: .NET Core (Ubuntu)
+name: Build all
2
3
on: [push]
4
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout the repository
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v1
17
18
- name: Setup .NET Core
19
uses: actions/setup-dotnet@v1
.github/workflows/master.yml renamed to .github/workflows/nuget-publish.yml
-name: Build all (master)
+name: Nuget publish
on:
release:
0 commit comments