Skip to content

Commit 0d35925

Browse files
authored
Update push.yml
1 parent 9cb0e13 commit 0d35925

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313

1414
- name: Pack Blazor.Diagrams.Core
1515
working-directory: src/Blazor.Diagrams.Core
16-
run: 'dotnet pack --configuration Release --output ${{ env.NUGET_DIR }}'
16+
run: 'dotnet pack -p:GeneratePackageOnBuild=false --configuration Release --output ${{ env.NUGET_DIR }}'
1717

1818
- name: Pack Blazor.Diagrams
1919
working-directory: src/Blazor.Diagrams
20-
run: 'dotnet pack --configuration Release --output ${{ env.NUGET_DIR }}'
20+
run: 'dotnet pack -p:GeneratePackageOnBuild=false --configuration Release --output ${{ env.NUGET_DIR }}'
2121

2222
- name: Pack Blazor.Diagrams.Algorithms
2323
working-directory: src/Blazor.Diagrams.Algorithms
24-
run: 'dotnet pack --configuration Release --output ${{ env.NUGET_DIR }}'
24+
run: 'dotnet pack -p:GeneratePackageOnBuild=false --configuration Release --output ${{ env.NUGET_DIR }}'
2525

2626
- name: Push
2727
run: |

0 commit comments

Comments
 (0)