Adhere more strictly to "dotnet" command-line syntax in https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-pack

This commit is contained in:
Justin Blanchard 2023-07-22 14:02:50 -04:00
parent f8488e36c8
commit 90b042c48d

View file

@ -69,7 +69,7 @@ def install_environment(
(
'dotnet', 'pack',
'--configuration', 'Release',
'--property', f'PackageOutputPath={build_dir}',
f'-p:PackageOutputPath={build_dir}',
),
)