Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
fix "all configurations" build parameter (#36535)
Browse files Browse the repository at this point in the history
looks like this changed at some point from "BuildAllConfigurations" to just "allconfigurations"
  • Loading branch information
stevenbrix authored and ericstj committed Apr 2, 2019
1 parent 85cec01 commit aa3865a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/project-docs/dogfooding.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ $ bin\Debug\netcoreapp3.0\win-x64\publish\App.exe

## More Advanced Scenario - Using your local CoreFx build

If you built corefx locally with `build -BuildAllConfigurations` after building binaries it will build NuGet packages containing them. You can use those in your projects.
If you built corefx locally with `build -allconfigurations` after building binaries it will build NuGet packages containing them. You can use those in your projects.

To use your local built corefx packages you will need to be a self-contained application and so you will
need to follow the "Self-contained" steps from above. Once you can successfully restore, build, publish,
Expand Down

0 comments on commit aa3865a

Please sign in to comment.