-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
In Visual Studio, workloads contain the components you need for the programing language or platform you are using. | ||
VSConfigFinder can produce a consolidated .vsconfig file which contains workload/component information or output a command with workload/component arguments. | ||
|
||
##commandline | ||
Usage:VSConfigFinder.exe -folderPath <path to root folder> | ||
Output: command-line parameters with component/workload ids to be passed in | ||
Output Example: "--add Microsoft.VisualStudio.Component.Roslyn.Compiler Microsoft.Net.Component.4.8.SDK" | ||
|
||
##.vsconfig file | ||
Usage: VSConfigFinder.exe --folderPath <path to root folder> --createFile <optional: path for the output file to be placed> | ||
Output: a consolidated .vsconfig file that contains workloads/component ids outputted to current directory or specified location |