diff --git a/eng/liveBuilds.targets b/eng/liveBuilds.targets index d31305effaa8e8..a8e8fffe47011c 100644 --- a/eng/liveBuilds.targets +++ b/eng/liveBuilds.targets @@ -77,7 +77,6 @@ - true diff --git a/src/coreclr/build-runtime.cmd b/src/coreclr/build-runtime.cmd index 30cd7d2785267a..50bcbb06d36f59 100644 --- a/src/coreclr/build-runtime.cmd +++ b/src/coreclr/build-runtime.cmd @@ -597,23 +597,6 @@ if %__BuildNative% EQU 1 ( goto ExitWithCode ) - if /i "%__BuildArch%" == "arm64" goto SkipCopyUcrt - - if not defined UCRTVersion ( - echo %__ErrMsgPrefix%%__MsgPrefix%Error: Please install Windows 10 SDK. - goto ExitWithError - ) - - set "__UCRTDir=%UniversalCRTSdkDir%Redist\%UCRTVersion%\ucrt\DLLs\%__BuildArch%\" - - xcopy /Y/I/E/D/F "!__UCRTDir!*.dll" "%__BinDir%\Redist\ucrt\DLLs\%__BuildArch%" - if not !errorlevel! == 0 ( - set __exitCode=!errorlevel! - echo %__ErrMsgPrefix%%__MsgPrefix%Error: Failed to copy the Universal CRT to the artifacts directory. - goto ExitWithCode - ) - -:SkipCopyUcrt if %__EnforcePgo% EQU 1 ( set PgoCheckCmd="!PYTHON!" "!__ProjectDir!\scripts\pgocheck.py" "!__BinDir!\coreclr.dll" "!__BinDir!\clrjit.dll" echo !PgoCheckCmd! diff --git a/src/tests/Common/test_dependencies/test_dependencies.csproj b/src/tests/Common/test_dependencies/test_dependencies.csproj index 6b9583711e3b8d..8f10be173327d2 100644 --- a/src/tests/Common/test_dependencies/test_dependencies.csproj +++ b/src/tests/Common/test_dependencies/test_dependencies.csproj @@ -14,12 +14,6 @@ - - - - - -