From abd258eceeda09beea5acb8ad92fba43d1fbd2f0 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Tue, 13 Oct 2020 08:32:48 -0400 Subject: [PATCH] Maybe the directory did not exist? --- .ci/windows-steps.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci/windows-steps.yaml b/.ci/windows-steps.yaml index 37908bc2be..a602584a4f 100644 --- a/.ci/windows-steps.yaml +++ b/.ci/windows-steps.yaml @@ -164,7 +164,10 @@ steps: $env:INSTALL_VERSION = $env:MLPACK_VERSION; } # Build the MSI installer. + dir + mkdir dist\win-installer\mlpack-win-installer cd dist\win-installer\mlpack-win-installer + dir & 'C:\Program Files (x86)\WiX Toolset v3.11\bin\heat.exe' dir ..\staging ` -cg HeatGenerated ` -dr INSTALLFOLDER `