Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
legomushroom committed Aug 22, 2020
1 parent bed086d commit 6d85c60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"ADO_REPO_URL": "",
// [change] relative to the ADO repo root
"ADO_REPO_DEFAULT_PATH": "",
/*
* [change][optional] absolute path to NuGet.Config file - /root/workspace/{this-repo-name}/path/from/repo/root/NuGet.Config
* if the env variable is not set, it will pick up the `NuGet.Config` file in the repo root, if present
* if file not found with conditions above, then it will pick up the `NuGet.Config` file in the $ADO_REPO_DEFAULT_PATH, if present
*/
"NPMRC_CONFIG_FILE_PATH": "",
/*
* [change][optional] absolute path to .npmrc file - /root/workspace/{this-repo-name}/path/from/repo/root/.npmrc
* if the env variable is not set, it will pick up the `.npmrc` file in the repo root, if present
* if file not found with above, then it will pick up the `.npmrc` file in the $ADO_REPO_DEFAULT_PATH, if present
*/
"NPMRC_CONFIG_FILE_PATH": "",
/*
* [change][optional] absolute path to NuGet.Config file - /root/workspace/{this-repo-name}/path/from/repo/root/NuGet.Config
* if the env variable is not set, it will pick up the `NuGet.Config` file in the repo root, if present
* if file not found with conditions above, then it will pick up the `NuGet.Config` file in the $ADO_REPO_DEFAULT_PATH, if present
*/
"NUGET_CONFIG_FILE_PATH": ""
},
/*
Expand Down

0 comments on commit 6d85c60

Please sign in to comment.