From b33a329479f3f7632e093619939807ce06c87410 Mon Sep 17 00:00:00 2001 From: Ajay Bhargav B Date: Thu, 3 Sep 2020 19:07:33 -0700 Subject: [PATCH] Update BuildFromSource.md --- docs/BuildFromSource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BuildFromSource.md b/docs/BuildFromSource.md index cafcf3068cf1..d7ab2e9b66ef 100644 --- a/docs/BuildFromSource.md +++ b/docs/BuildFromSource.md @@ -290,4 +290,4 @@ These are available in the [Visual Studio Preview](https://www.visualstudio.com/ ## Resx files -If you need to make changes to a .resx file, run `dotnet msbuild /t:Resx `. This will update the generated C#. +If you need to make changes to a .resx file, run `dotnet msbuild t:/Resgen `. This will update the generated C#.