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 27799a4 commit 15d3b6fCopy full SHA for 15d3b6f
.github/workflows/dotnetcore.yml
@@ -21,17 +21,14 @@ jobs:
21
dotnet-version: 2.1.500
22
23
- name: Prepare signing key
24
- if: github.event_name != 'release'
25
env:
26
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
27
run: echo $SIGNING_KEY | base64 -d -i> ../signingKey.snk
28
29
- name: Dotnet build
30
31
run: dotnet build -c Debug
32
33
- name: Dotnet test
34
35
run: dotnet test --no-build -c Debug
36
37
- name: Publish package
0 commit comments