From 48178fcdcb8cf110c3ca7b4c6b6e71b17cf0c888 Mon Sep 17 00:00:00 2001 From: Don Syme Date: Mon, 14 Jan 2019 13:18:13 +0000 Subject: [PATCH] Update DEVGUIDE.md --- DEVGUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVGUIDE.md b/DEVGUIDE.md index b1b0d00cbf5..27a962341b6 100644 --- a/DEVGUIDE.md +++ b/DEVGUIDE.md @@ -237,7 +237,7 @@ If you change error messages you may need to update FSComp.fs in `src\buildfroms To do this, build the non-buildfromsource version of FSharp.Compiler.Private (src\fsharp\FSharp.Compiler.Private) then check its obj\ directory for `FSComp.fs` and manually copy that into the buildfromsource directory. .\build net40 - copy /y src\fsharp\FSharp.Compiler.Private\obj\release\net40\FSComp.* src\buildfromsource\FSharp.Compiler.Private\ + copy /y artifacts\obj\FSharp.Compiler.Private\Release\net46\FSComp.* src\buildfromsource\FSharp.Compiler.Private\ If your changes involve modifying the list of language keywords in any way, (e.g. when implementing a new keyword), the XLF localization files need to be synced with the corresponding resx files. This can be done automatically by running