Skip to content

Commit 15d3b6f

Browse files
author
Yavuz Tor
committed
Enabled build and test before publish.
1 parent 27799a4 commit 15d3b6f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,14 @@ jobs:
2121
dotnet-version: 2.1.500
2222

2323
- name: Prepare signing key
24-
if: github.event_name != 'release'
2524
env:
2625
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
2726
run: echo $SIGNING_KEY | base64 -d -i> ../signingKey.snk
2827

2928
- name: Dotnet build
30-
if: github.event_name != 'release'
3129
run: dotnet build -c Debug
3230

3331
- name: Dotnet test
34-
if: github.event_name != 'release'
3532
run: dotnet test --no-build -c Debug
3633

3734
- name: Publish package

0 commit comments

Comments
 (0)