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 a45eed1 commit 510228aCopy full SHA for 510228a
.github/workflows/publish-release.yml
@@ -36,7 +36,10 @@ jobs:
36
run: dotnet build --no-restore -c Release Branding.sln -p:Version=${{ steps.get_version.outputs.release_version }}
37
env:
38
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
39
-
+
40
+ - name: Test
41
+ run: dotnet test --no-restore Branding.sln
42
43
- name: Pack Runtime.Abstraction
44
run: dotnet pack ./CoreHelpers.Branding.Runtime.Abstractions --configuration Release -p:PackageVersion=${{ steps.get_version.outputs.release_version }} --output .
45
0 commit comments