Maybe with powershell I get the path with $path not %path%?

This commit is contained in:
Ryan Curtin
2020-10-12 09:50:00 -04:00
parent 4435692182
commit c333b69ecc
+1 -2
View File
@@ -164,8 +164,7 @@ steps:
$env:INSTALL_VERSION = $env:MLPACK_VERSION;
}
# Build the MSI installer.
dir "C:\Program Files (x86)\"
set path="C:\Program Files (x86)\WiX Toolset v3.11\bin";%path%
set path="C:\Program Files (x86)\WiX Toolset v3.11\bin";$path
cd dist\win-installer\mlpack-win-installer
heat dir ..\staging
-cg HeatGenerated