mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
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:
parent
f8488e36c8
commit
90b042c48d
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ def install_environment(
|
|||
(
|
||||
'dotnet', 'pack',
|
||||
'--configuration', 'Release',
|
||||
'--property', f'PackageOutputPath={build_dir}',
|
||||
f'-p:PackageOutputPath={build_dir}',
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue