add back dotnet restore

This commit is contained in:
Collin M. Barrett 2017-04-18 13:10:30 -05:00
parent 07996c127e
commit 764769a6af

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
dotnet restore
dotnet test /test/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj
dotnet test /test/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj
dotnet publish -c release -r ubuntu.16.04-x64