8 lines
303 B
Plaintext
8 lines
303 B
Plaintext
use-standard-lifecycle
|
|
k-standard-goals
|
|
|
|
#run-nano-tests .initialize
|
|
@{
|
|
var e2eTestsDirectory = Path.Combine(Directory.GetCurrentDirectory(), "test", "E2ETests");
|
|
Dotnet("test --logger:trx --filter E2ETests=NanoServer --configuration " + E("Configuration"), e2eTestsDirectory);
|
|
} |