Revert "Fix Travis Build"

This reverts commit 72ff35b53e.
This commit is contained in:
hondacrx
2017-06-20 12:50:48 -04:00
parent 72ff35b53e
commit 33e2fc541b
+1 -1
View File
@@ -270,7 +270,7 @@
</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>if not exist "$(TargetDir)Logs" then mkdir "$(TargetDir)Logs"</PreBuildEvent>
<PreBuildEvent>if not exist "$(TargetDir)Logs" mkdir "$(TargetDir)Logs"</PreBuildEvent>
</PropertyGroup>
<!-- 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.