Skip to content

Commit 510228a

Browse files
authored
Update publish-release.yml
1 parent a45eed1 commit 510228a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ jobs:
3636
run: dotnet build --no-restore -c Release Branding.sln -p:Version=${{ steps.get_version.outputs.release_version }}
3737
env:
3838
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
39-
39+
40+
- name: Test
41+
run: dotnet test --no-restore Branding.sln
42+
4043
- name: Pack Runtime.Abstraction
4144
run: dotnet pack ./CoreHelpers.Branding.Runtime.Abstractions --configuration Release -p:PackageVersion=${{ steps.get_version.outputs.release_version }} --output .
4245

0 commit comments

Comments
 (0)