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 @@ -29,13 +29,13 @@ jobs:
29
29
run : dotnet build src/HtmlPdfPlus.Shared -c Release
30
30
31
31
- name : Pack NuGet Package HtmlPdfPlus.Server
32
- run : dotnet pack src/HtmlPdfPlus.Server --no-build - o ./dist -p:Version=${{ steps.setup_version.outputs.VERSION }}
32
+ run : dotnet pack src/HtmlPdfPlus.Server -o ./dist -p:Version=${{ steps.setup_version.outputs.VERSION }}
33
33
34
34
- name : Pack NuGet Package HtmlPdfPlus.Client
35
- run : dotnet pack src/HtmlPdfPlus.Client --no-build - o ./dist -p:Version=${{ steps.setup_version.outputs.VERSION }}
35
+ run : dotnet pack src/HtmlPdfPlus.Client -o ./dist -p:Version=${{ steps.setup_version.outputs.VERSION }}
36
36
37
37
- name : Pack NuGet Package HtmlPdfPlus.Shared
38
- run : dotnet pack src/HtmlPdfPlus.Shared --no-build - o ./dist -p:Version=${{ steps.setup_version.outputs.VERSION }}
38
+ run : dotnet pack src/HtmlPdfPlus.Shared -o ./dist -p:Version=${{ steps.setup_version.outputs.VERSION }}
39
39
40
40
- name : Publish Package HtmlPdfPlus.Server
41
41
run : dotnet nuget push dist/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
You can’t perform that action at this time.
0 commit comments