mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
tweaks to test
This commit is contained in:
parent
9305a5a657
commit
b65fd4a20c
1 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
dotnet restore
|
||||
dotnet publish -c release -r ubuntu.16.04-x64
|
||||
dotnet test /test/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj
|
||||
dotnet test /test/FilterLists.Services.Tests/FilterLists.Services.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