Skip to content

Commit a364bc2

Browse files
authored
Updating paths for build env shortcut and Repo-Tasks module
Updating paths to the script and shortcuts that were documented.
1 parent a72839c commit a364bc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/Repo-Tasks-Module.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
###### Usage:
44

5-
1. Start PS-VSPrompt.lnk (shortcut), this will start VS Dev Prompt in powershell
6-
2. Import-Module ./Repo-Tasks.psm1
5+
1. Start .\tools\PS-VSPrompt.lnk (shortcut), this will start VS Dev Prompt in powershell
6+
2. Import-Module .\tools\Repo-Tasks.psd1
77
1. During import, we allow to load additional functions that users might want to use it in their session.
88
2. If you have any userPreference.ps1 file under %userprofile%/psFiles directory, the module will try to load it by dot sourcing it.
99
2. It will also honor environment variable $env:psuserpreferences and load .ps1 files from the location that is pointed by $env:psuserpreferences
@@ -20,4 +20,4 @@
2020
1. Will build and run existing tests.
2121

2222
###Note:
23-
If you do not start your powershell session using PS-VSPrompt shortcut, you will not have access to all the environment variables that are set as part of VS Dev Command prompt.
23+
If you do not start your powershell session using PS-VSPrompt shortcut, you will not have access to all the environment variables that are set as part of VS Dev Command prompt.

0 commit comments

Comments
 (0)