You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/Repo-Tasks-Module.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
###### Usage:
4
4
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
7
7
1. During import, we allow to load additional functions that users might want to use it in their session.
8
8
2. If you have any userPreference.ps1 file under %userprofile%/psFiles directory, the module will try to load it by dot sourcing it.
9
9
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 @@
20
20
1. Will build and run existing tests.
21
21
22
22
###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