mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-23 15:34:34 +00:00
Fix running tests on build
This commit is contained in:
@@ -57,7 +57,7 @@ class Program
|
||||
return Glob.Files(".", d);
|
||||
}
|
||||
|
||||
foreach (var file in GetFiles("*.Tests/**/*.csproj"))
|
||||
foreach (var file in GetFiles("**/*.Test.csproj"))
|
||||
{
|
||||
Run("dotnet", $"test {file} -c Release -f {framework} --no-restore --no-build");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user