Files
CypherCore/.travis.yml
T
2017-06-20 13:56:23 -04:00

5 lines
206 B
YAML

language: csharp
solution: ./CypherCore.sln
script:
- find $TRAVIS_BUILD_DIR -type f -iname "*.csproj" -exec sh -c 'xmlstarlet ed --inplace -d "(/_:Project/_:PropertyGroup/_:PreBuildEvent)[1]/.." "{}"' \;