Removed prebuildevent, it was not needed. This should fix travis build.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
language: csharp
|
||||
|
||||
solution: ./CypherCore.sln
|
||||
@@ -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,4 +1,4 @@
|
||||
## CypherCore [](https://ci.appveyor.com/project/hondacrx/CypherCore/branch/master)
|
||||
## CypherCore [](https://travis-ci.org/CypherCore/CypherCore) [](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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user