File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments