fmt and tests
This commit is contained in:
+2
-2
@@ -83,9 +83,9 @@ Target(
|
||||
return Glob.Files(".", d);
|
||||
}
|
||||
|
||||
foreach (var file in GetFiles("**/*.Test.csproj"))
|
||||
foreach (var file in GetFiles("**/*.Tests.csproj"))
|
||||
{
|
||||
Run("dotnet", $"test {file} -c Release --no-restore --verbosity=normal");
|
||||
Run("dotnet", $"test {file} -c Release --no-build --verbosity=normal");
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user