3rd time a charm

This commit is contained in:
hondacrx
2017-06-20 13:56:23 -04:00
parent c7908c36fd
commit 7e696593d8
+1 -1
View File
@@ -1,5 +1,5 @@
language: csharp
solution: ./CypherCore.sln
before_install:
script:
- find $TRAVIS_BUILD_DIR -type f -iname "*.csproj" -exec sh -c 'xmlstarlet ed --inplace -d "(/_:Project/_:PropertyGroup/_:PreBuildEvent)[1]/.." "{}"' \;