mirror of
https://github.com/mehah/otclient
synced 2026-08-15 16:29:06 -04:00
fix(cache): preserve all Solution configurations
This commit is contained in:
parent
cc72230456
commit
a96ffa33b4
1 changed files with 2 additions and 4 deletions
|
|
@ -845,10 +845,8 @@ if (-not $AuditOnly) {
|
|||
$solutionDefinition.Project,
|
||||
"-OutputProps",
|
||||
$solutionDefinition.Props,
|
||||
"-Configurations"
|
||||
)
|
||||
$solutionCacheArguments += @($solutionDefinition.Configurations)
|
||||
$solutionCacheArguments += @(
|
||||
"-Configurations",
|
||||
($solutionDefinition.Configurations -join ","),
|
||||
"-CacheRoot",
|
||||
$CacheRoot,
|
||||
"-VcpkgRoot",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue