Make the outputpath for the installers

This commit is contained in:
Nate McMaster 2017-10-18 07:35:34 -07:00
parent 1bfe2e40df
commit fc8c29c5d6
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@
<Target Name="BuildInstallers" DependsOnTargets="GenerateTargzs;GenerateRpms;GenerateDebs" />
<Target Name="_EnsureInstallerPrerequisites">
<MakeDir Directories="$(InstallersOutputDir)" />
<!-- Check Docker server OS -->
<Exec Command="docker version -f &quot;{{.Server.Os}}&quot;" StandardOutputImportance="Normal" ConsoleToMSBuild="true">
<Output TaskParameter="ConsoleOutput" PropertyName="DockerHostOS" />