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 757154e + e4cb765 commit c644fb2Copy full SHA for c644fb2
.github/workflows/dotnetcore.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
timeout-minutes: 30
16
steps:
17
- - uses: actions/checkout@v2.3.5
+ - uses: actions/checkout@v2.4.0
18
19
- name: Build
20
run: dotnet build /WarnAsError
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
# Build and package everything
34
- name: Package release
0 commit comments