Skip to content

Commit a1fbffc

Browse files
committed
* Added logging of directory contents to help determine why it can't find the file...
- Automated builds are EXTREMELY difficult to debug when everything works fine locally..
1 parent 699c64d commit a1fbffc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Invoke-Tests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ try
3838
Push-Location $BuildInfo['SrcRootPath']
3939
try
4040
{
41+
dir (Join-Path $BuildInfo['BuildOutputPath'] 'bin' 'Ubiquity.NET.CommandLine.SrcGen.UT' "$Configuration" 'net10.0' 'Ubiquity.NET.CommandLine.*')
4142
Invoke-External dotnet test Ubiquity.NET.Utils.slnx '-c' $Configuration '-tl:off' '--logger:trx' '--no-build' '-s' '.\x64.runsettings'
4243
}
4344
finally

0 commit comments

Comments
 (0)