Update submodule and fix ARM builds.

This commit is contained in:
Pieter-Jan Briers
2020-06-08 23:36:12 +02:00
parent 0a7f80653a
commit 4ebba74b1f
10 changed files with 72 additions and 74 deletions

View File

@@ -303,7 +303,7 @@ def publish_client_server(runtime: str, target_os: str, actually_only_server: bo
"--no-self-contained",
"-c", "Release",
f"/p:TargetOS={target_os}",
"/p:FullRelease=True",
"/p:FullRelease=True"
]
if not actually_only_server: