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 cdf38c7 commit 4fd14b7Copy full SHA for 4fd14b7
requirements.psd1
@@ -1,4 +1,12 @@
1
@{
2
+ # NOTE:
3
+ # PSDependOptions with Target = 'CurrentUser' installs all declared module
4
+ # dependencies into the current user's scope rather than system-wide.
5
+ # This can impact multi-user development or shared build environments,
6
+ # where each user/agent will get their own copy of the dependencies.
7
+ PSDependOptions = @{
8
+ Target = 'CurrentUser'
9
+ }
10
'InvokeBuild' = @{
11
'Version' = '5.14.22'
12
'Repository' = 'PSGallery'
0 commit comments