From 5db1ea93fc10bf738fc0602eb3eb1f28b9ac846d Mon Sep 17 00:00:00 2001 From: Sven Boemer Date: Mon, 25 Feb 2019 09:06:37 -0800 Subject: [PATCH] Remove references to old illink solutions --- corebuild/restore.cmd | 2 +- src/ILLink.Tasks/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/corebuild/restore.cmd b/corebuild/restore.cmd index c6a0fa143b75..6c0f997a7fd5 100644 --- a/corebuild/restore.cmd +++ b/corebuild/restore.cmd @@ -3,5 +3,5 @@ REM restore.sh will bootstrap the cli and ultimately call "dotnet REM restore". Dependencies of the linker will get restored as well. -@call powershell %~dp0..\eng\common\msbuild.ps1 /t:Restore %~dp0..\illink.sln %* +@call %~dp0dotnet.cmd restore %~dp0..\illink.sln %* @exit /b %ERRORLEVEL% diff --git a/src/ILLink.Tasks/README.md b/src/ILLink.Tasks/README.md index b4e9dad38ee2..cc0e03d31772 100644 --- a/src/ILLink.Tasks/README.md +++ b/src/ILLink.Tasks/README.md @@ -31,8 +31,8 @@ The full set of options is described below. ## Building ``` -linker> ./corebuild/dotnet.{sh/ps1} restore illink.sln -linker> ./corebuild/dotnet.{sh/ps1} pack src/ILLink.Tasks/ILLink.Tasks.csproj +linker> dotnet restore illink.sln +linker> dotnet pack illink.sln ``` The output package will be placed in @@ -183,4 +183,4 @@ and - `CrossGenDuringPublish` (default `true`) - If `true`, run crossgen on the set of assemblies modified by the linker that were crossgen'd before linking. If `false`, just output IL for the linked - assemblies, even if they were crossgen'd before linking. \ No newline at end of file + assemblies, even if they were crossgen'd before linking.