Ok this time fix travis i hope
This commit is contained in:
+4
-2
@@ -1,5 +1,7 @@
|
|||||||
language: csharp
|
language: csharp
|
||||||
solution: ./CypherCore.sln
|
solution: ./CypherCore.sln
|
||||||
|
|
||||||
script:
|
install:
|
||||||
- find $TRAVIS_BUILD_DIR -type f -iname "*.csproj" -exec sh -c 'xmlstarlet ed --inplace -d "(/_:Project/_:PropertyGroup/_:PreBuildEvent)[1]/.." "{}"' \;
|
- 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]/.." "{}"' \;
|
||||||
Reference in New Issue
Block a user