When using 6.0.20-preview1216 , our pipeline fails on script CompilerFolderHandling/New-BcCompilerFolder.ps1,
line: Copy-Item -Path (Join-Path $testAssembliesFolder 'Newtonsoft.Json.dll') -Destination $testAssembliesDestination -Force
because the Path $testAssembliesFolder does not contain the .dll
We do not know if this issue is due to Microsoft removing the .dll from the image or the file was never located in the directory, nevertheless it seems the script could need an update in case the file is not or no longer present.
When using 6.0.20-preview1216 , our pipeline fails on script CompilerFolderHandling/New-BcCompilerFolder.ps1, line: Copy-Item -Path (Join-Path $testAssembliesFolder 'Newtonsoft.Json.dll') -Destination $testAssembliesDestination -Force because the Path $testAssembliesFolder does not contain the .dll
Code seems pushed with commit: https://github.com/microsoft/navcontainerhelper/commit/480254c917ef58b4f142da0fc0ec72e48c63b131#diff-6abe147c19d8292f1e685a5787a348a02810b2ec6ea29aede3d19b09dffbb26aR134
We do not know if this issue is due to Microsoft removing the .dll from the image or the file was never located in the directory, nevertheless it seems the script could need an update in case the file is not or no longer present.
This happened for following versions we know of:
raw log (cleaned):