Removed prebuildevent, it was not needed. This should fix travis build.

This commit is contained in:
hondacrx
2017-06-20 15:52:12 -04:00
parent 2f9e4266fa
commit 68e8006ef9
3 changed files with 6 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
language: csharp
solution: ./CypherCore.sln
+2 -1
View File
@@ -270,7 +270,8 @@
</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>if not exist "$(TargetDir)Logs" mkdir "$(TargetDir)Logs"</PreBuildEvent>
<PreBuildEvent>
</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.
+1 -1
View File
@@ -1,4 +1,4 @@
## CypherCore [![Build status](https://ci.appveyor.com/api/projects/status/6290gij98ukvt6ob/branch/master?svg=true)](https://ci.appveyor.com/project/hondacrx/CypherCore/branch/master)
## CypherCore [![Build Status](https://travis-ci.org/CypherCore/CypherCore.svg?branch=master)](https://travis-ci.org/CypherCore/CypherCore) [![Build status](https://ci.appveyor.com/api/projects/status/6290gij98ukvt6ob/branch/master?svg=true)](https://ci.appveyor.com/project/hondacrx/CypherCore/branch/master)
CypherCore is an open source server project for World of Warcraft written in C# (.NET Core).