2019-11-08 23:38:06 +00:00
|
|
|
rem install NuGet packages
|
2019-11-14 12:02:03 +00:00
|
|
|
nuget install installer\windows\Storj\packages.config -o installer\windows\packages
|
2019-11-08 23:38:06 +00:00
|
|
|
nuget install installer\windows\StorjTests\packages.config -o installer\windows\packages
|
|
|
|
|
|
|
|
rem build the test project
|
|
|
|
msbuild installer\windows\StorjTests
|
|
|
|
|
|
|
|
rem run the unit tests
|
|
|
|
vstest.console installer\windows\StorjTests\bin\Debug\StorjTests.dll
|