Skip to content

Commit ffeb675

Browse files
Pack only on release
1 parent 82d99af commit ffeb675

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: Test
3838
run: dotnet test WpfDesign.sln --no-build --verbosity normal -c ${{ matrix.configuration }}
3939
- name: Pack
40+
if: matrix.configuration == 'release'
4041
run: .\nuget\pack.ps1
4142
- name: Upload NuGet
4243
if: matrix.configuration == 'release'

0 commit comments

Comments
 (0)