Fix builds

This commit is contained in:
Pieter-Jan Briers
2020-01-30 13:47:13 +01:00
parent 485da5aa43
commit 619a54169b

View File

@@ -258,7 +258,7 @@ def publish_client_server(runtime: str, target_os: str) -> None:
"--runtime", runtime, "--runtime", runtime,
"--no-self-contained", "--no-self-contained",
"-c", "Release", "-c", "Release",
f"/p:TargetOS={str}", f"/p:TargetOS={target_os}",
"/p:FullRelease=True", "/p:FullRelease=True",
] ]