Fix Travis Build
This commit is contained in:
@@ -270,7 +270,7 @@
|
||||
</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>if not exist "$(TargetDir)Logs" mkdir "$(TargetDir)Logs"</PreBuildEvent>
|
||||
<PreBuildEvent>if not exist "$(TargetDir)Logs" then 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.
|
||||
|
||||
Reference in New Issue
Block a user