Fix broken VS config export
This commit is contained in:
parent
b9ecde1340
commit
0b4cf31b7f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ $null = New-Module {
|
|||
"export",
|
||||
"--channelId", "$($version[1])",
|
||||
"--productId", "$($version[2])",
|
||||
"--config", "$configPath",
|
||||
"--config", "`"$configPath`"",
|
||||
"--quiet");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue