We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7af01 commit e5b96d7Copy full SHA for e5b96d7
documentation/Repo-Tasks-Module.md
@@ -3,7 +3,7 @@
3
###### Usage:
4
5
1. Start .\tools\PS-VSPrompt.lnk (shortcut), this will start VS Dev Prompt in powershell
6
-2. Import-Module .\tools\Repo-Tasks.psd1
+2. Import-Module .\Repo-Tasks.psd1
7
1. During import, we allow to load additional functions that users might want to use it in their session.
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
2. It will also honor environment variable $env:psuserpreferences and load .ps1 files from the location that is pointed by $env:psuserpreferences
0 commit comments