Skip to content

Commit

Permalink
dotnet publish -p:UseAppHost=false
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Nov 7, 2022
1 parent ff6c578 commit 04fed52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: dotnet test -c Release --no-build --collect:"XPlat Code Coverage"

- name: "Publish"
run: dotnet publish -c Release --no-build -o dist/Assemblies
run: dotnet publish -c Release --no-build -p:UseAppHost=false -o dist/Assemblies

- name: "Upload assemblies"
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 04fed52

Please sign in to comment.