dotnet > nuget

This commit is contained in:
Cyberboss
2018-09-05 11:32:02 -04:00
parent ab89ecd0e2
commit 54f8249695
+1 -1
View File
@@ -32,7 +32,7 @@ matrix:
install:
- if [ $DMAPI = true ]; then build/install_byond.sh; fi
- if [ $DMAPI = false ]; then nuget restore tgstation-server.sln; fi
- if [ $DMAPI = false ]; then dotnet restore tgstation-server.sln; fi
script:
- if [ $DMAPI = true ]; then tests/DMAPI/build_byond.sh || travis_terminate 1; fi