mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add back dotnet restore
This commit is contained in:
parent
07996c127e
commit
764769a6af
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue