Files
CypherCore/.travis.yml
T
2017-06-20 14:00:55 -04:00

7 lines
279 B
YAML

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