Skip to content

Commit c1f20c1

Browse files
author
Warren Buckley
committed
Merge branch 'main' into bugfix/readme-dotnet-pack
# Conflicts: # Our.Umbraco.TagHelpers/Our.Umbraco.TagHelpers.csproj
2 parents 2638309 + 9104886 commit c1f20c1

30 files changed

+1665
-5
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ jobs:
7676
- name: Build
7777
run: dotnet build --no-restore
7878
working-directory: Our.Umbraco.TagHelpers
79+
80+
- name: Test
81+
run: dotnet test
82+
working-directory: Our.Umbraco.TagHelpers.Tests
7983

8084
- name: Dotnet Pack
8185
run: dotnet pack --output ../build.out/
@@ -88,4 +92,5 @@ jobs:
8892
path: ./build.out/
8993

9094
- name: Push to GitHub Nuget Repo
95+
if: ${{ github.event_name != 'pull_request' }}
9196
run: dotnet nuget push ./build.out/*.nupkg --skip-duplicate --source https://nuget.pkg.github.com/umbraco-community/index.json --api-key ${{ github.token }}

0 commit comments

Comments
 (0)