fix package name in mono test script (#5278)

This commit is contained in:
wing328 2017-04-01 21:12:17 +08:00 committed by GitHub
parent 64c7e23a04
commit bc8e16e3f8

View File

@ -7,7 +7,7 @@ wget -nc https://nuget.org/nuget.exe
mozroots --import --sync mozroots --import --sync
echo "[INFO] remove bin/Debug/SwaggerClientTest.dll" echo "[INFO] remove bin/Debug/SwaggerClientTest.dll"
rm src/IO.Swagger.Test/bin/Debug/{{{packageName}}}.Test.dll 2> /dev/null rm src/{{{packageName}}}.Test/bin/Debug/{{{packageName}}}.Test.dll 2> /dev/null
echo "[INFO] install NUnit runners via NuGet" echo "[INFO] install NUnit runners via NuGet"
wget -nc https://nuget.org/nuget.exe wget -nc https://nuget.org/nuget.exe