We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4f708 commit 4ec3a25Copy full SHA for 4ec3a25
docs/workflow/building/libraries/README.md
@@ -9,11 +9,11 @@ Here is one example of a daily workflow for a developer working mainly on the li
9
git clean -xdf
10
git pull upstream master & git push origin master
11
:: Build Debug libraries on top of Release runtime:
12
-build clr+libs -rc Release
+build.cmd clr+libs -rc Release
13
:: The above you may only perform once in a day, or when you pull down significant new changes.
14
15
:: If you use Visual Studio, you might open System.Text.RegularExpressions.sln here.
16
-build -vs System.Text.RegularExpressions
+build.cmd -vs System.Text.RegularExpressions
17
18
:: Switch to working on a given library (RegularExpressions in this case)
19
cd src\libraries\System.Text.RegularExpressions
0 commit comments