Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2020-08-14 00:13:51 +0300
committerGitHub <noreply@github.com>2020-08-14 00:13:51 +0300
commitc6eac1f2d523ee90f536ad9ed1bcb520025401f6 (patch)
tree423299334996f686218923583473ebb6116f7450 /src/coreclr/crossgen-corelib.cmd
parenta5c1d4226ad66311e4c0ac2711f3da8ca3ab1b93 (diff)
Cleanup old corefx/coreclr GitHub issue links (#40286)
Replace them with the current URL after the redirect. Similar to https://github.com/dotnet/runtime/pull/2063. Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
Diffstat (limited to 'src/coreclr/crossgen-corelib.cmd')
-rw-r--r--src/coreclr/crossgen-corelib.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/crossgen-corelib.cmd b/src/coreclr/crossgen-corelib.cmd
index f47aa179909..64957d7757e 100644
--- a/src/coreclr/crossgen-corelib.cmd
+++ b/src/coreclr/crossgen-corelib.cmd
@@ -182,7 +182,7 @@ if %__PgoInstrument% EQU 1 (
goto ExitWithError
)
- REM HACK: Workaround for [dotnet/coreclr#13970](https://github.com/dotnet/coreclr/issues/13970)
+ REM HACK: Workaround for [dotnet/runtime#8929](https://github.com/dotnet/runtime/issues/8929)
set __PgoRtPath=
for /f "tokens=*" %%f in ('where pgort*.dll') do (
if not defined __PgoRtPath set "__PgoRtPath=%%~f"