Fix Travis Build

This commit is contained in:
hondacrx
2017-06-20 12:35:05 -04:00
parent 1e11b034f6
commit 72ff35b53e
+1 -1
View File
@@ -270,7 +270,7 @@
</PostBuildEvent> </PostBuildEvent>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<PreBuildEvent>if not exist "$(TargetDir)Logs" mkdir "$(TargetDir)Logs"</PreBuildEvent> <PreBuildEvent>if not exist "$(TargetDir)Logs" then mkdir "$(TargetDir)Logs"</PreBuildEvent>
</PropertyGroup> </PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.