diff --git a/src/tests/Common/Directory.Build.targets b/src/tests/Common/Directory.Build.targets index ec1ce62d3ed702..c19defed8fc210 100644 --- a/src/tests/Common/Directory.Build.targets +++ b/src/tests/Common/Directory.Build.targets @@ -42,7 +42,7 @@ `build -c debug -rc checked`, the corresponding test command is `src/tests/build -checked -p:LibrariesConfiguration=debug`, instead of `-debug -p:RuntimeConfiguration=checked`. That forces us to either pass the `HostConfiguration=debug` explicitly or fix this disparity; both of which will break the dev workflow. - + As a workaround, we will first check if the directory pointed by `HostConfiguration` exists, then check `LibrariesConfiguration`. --> diff --git a/src/tests/Common/XUnitLogChecker/XUnitLogChecker.csproj b/src/tests/Common/XUnitLogChecker/XUnitLogChecker.csproj index f17c40f9928f98..e1b5822a4fbff1 100644 --- a/src/tests/Common/XUnitLogChecker/XUnitLogChecker.csproj +++ b/src/tests/Common/XUnitLogChecker/XUnitLogChecker.csproj @@ -5,7 +5,7 @@ $(NetCoreAppToolCurrent) true true - true + true false lld $(ROOTFS_DIR)