diff --git a/.travis.yml b/.travis.yml index cb40bb36b..839c0db37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,4 @@ language: csharp -solution: ./CypherCore.sln \ No newline at end of file +solution: ./CypherCore.sln + +- find $TRAVIS_BUILD_DIR -type f -iname "*.csproj" -exec sh -c 'xmlstarlet ed --inplace -d "(/_:Project/_:PropertyGroup/_:PreBuildEvent)[1]/.." "{}"' \; \ No newline at end of file