Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Nov 13, 2019
1 parent 3701de7 commit 92ab718
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: publish win-x64
run: |
cd cli/Squidex.CLI/Squidex.CLI
dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true /p:PublishTrimmed=true
dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true /p:PublishTrimmed=true /p:UseAppHost=true
- name: publish win-x86
run: |
Expand Down
1 change: 0 additions & 1 deletion cli/Squidex.CLI/Squidex.CLI/Squidex.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<AssemblyName>sq</AssemblyName>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<PublishTrimmed>true</PublishTrimmed>
<Version>4.0</Version>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 92ab718

Please sign in to comment.