Travis RC2

Misc unix-style paths
This commit is contained in:
JustArchi
2017-06-30 08:27:17 +02:00
parent 76bc8dc810
commit f3c3573b23

View File

@@ -27,10 +27,10 @@ env:
script:
- dotnet restore
- dotnet build -c Release
- dotnet publish -c Release -o out\generic
- dotnet publish -c Release -r win-x64 -o out\win-x64
- dotnet publish -c Release -r linux-x64 -o out\linux-x64
- dotnet publish -c Release -r osx-x64 -o out\osx-x64
- dotnet publish -c Release -o out/generic
- dotnet publish -c Release -r win-x64 -o out/win-x64
- dotnet publish -c Release -r linux-x64 -o out/linux-x64
- dotnet publish -c Release -r osx-x64 -o out/osx-x64
# This is our main build matrix
matrix: