Skip to content

Commit

Permalink
Remove references to old illink solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbomer committed Mar 8, 2019
1 parent 49116a6 commit 5db1ea9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion corebuild/restore.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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%
6 changes: 3 additions & 3 deletions src/ILLink.Tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
assemblies, even if they were crossgen'd before linking.

0 comments on commit 5db1ea9

Please sign in to comment.