We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 699c64d commit a1fbffcCopy full SHA for a1fbffc
1 file changed
Invoke-Tests.ps1
@@ -38,6 +38,7 @@ try
38
Push-Location $BuildInfo['SrcRootPath']
39
try
40
{
41
+ dir (Join-Path $BuildInfo['BuildOutputPath'] 'bin' 'Ubiquity.NET.CommandLine.SrcGen.UT' "$Configuration" 'net10.0' 'Ubiquity.NET.CommandLine.*')
42
Invoke-External dotnet test Ubiquity.NET.Utils.slnx '-c' $Configuration '-tl:off' '--logger:trx' '--no-build' '-s' '.\x64.runsettings'
43
}
44
finally
0 commit comments