Skip to content

Commit

Permalink
Merge pull request #48 from Codeuctivity/dependabot/nuget/PuppeteerSh…
Browse files Browse the repository at this point in the history
…arp-9.0.0

Update dotnet.yml
  • Loading branch information
stesee authored Jan 22, 2023
2 parents 838380c + 3b85246 commit c513681
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Publish FolderProfileWindows
run: dotnet publish ./Codeuctivity.HtmlRendererCli --configuration Release -f net6.0 -p:PublishProfile=FolderProfileWindows
- name: Publish FolderProfilePortable
run: dotnet publish ./Codeuctivity.HtmlRendererCli --configuration Release -f net6.0 -p:PublishProfile=FolderProfilePortable
- name: Zip FolderProfilePortable
uses: thedoctor0/zip-release@main
Expand All @@ -82,7 +80,6 @@ jobs:
files: |
./Codeuctivity.HtmlRenderer/bin/Release/*.nupkg
./Codeuctivity.HtmlRenderer/bin/Release/*.snupkg
./Codeuctivity.HtmlRendererCli/bin/Release/net7.0/publish/FolderProfileWindows/Codeuctivity.HtmlRendererCli.exe
./Codeuctivity.HtmlRendererCli/bin/Release/net6.0/publish/FolderProfilePortable/Codeuctivity.HtmlRendererCli.Portable.zip
deployTest:
Expand All @@ -103,8 +100,6 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Publish FolderProfileWindows
run: dotnet publish ./Codeuctivity.HtmlRendererCli --configuration Release -f net7.0 -p:PublishProfile=FolderProfileWindows
- name: Publish FolderProfilePortable
run: dotnet publish ./Codeuctivity.HtmlRendererCli --configuration Release -f net6.0 -p:PublishProfile=FolderProfilePortable
- name: Zip FolderProfilePortable
Expand All @@ -129,5 +124,4 @@ jobs:
files: |
./Codeuctivity.HtmlRenderer/bin/Release/*.nupkg
./Codeuctivity.HtmlRenderer/bin/Release/*.snupkg
./Codeuctivity.HtmlRendererCli/bin/Release/net7.0/publish/FolderProfileWindows/Codeuctivity.HtmlRendererCli.exe
./Codeuctivity.HtmlRendererCli/bin/Release/net6.0/publish/FolderProfilePortable/Codeuctivity.HtmlRendererCli.Portable.zip

0 comments on commit c513681

Please sign in to comment.