File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration >
3
+ <packageSources >
4
+ <add key =" https://www.nuget.org/api/v2/" value =" https://www.nuget.org/api/v2/" />
5
+ <add key =" LocalFeed" value =" C:\pd\azure-powershell\tools\LocalFeed" />
6
+ </packageSources >
7
+ <disabledPackageSources />
8
+ </configuration >
Original file line number Diff line number Diff line change 27
27
<Property Id =" ARPPRODUCTICON" Value =" icon.ico" />
28
28
<Property Id =" ALLUSERS" Value =" 1" />
29
29
<!-- per machine install-->
30
- <Property Id =" PSGETMODULEPATH" Value =" [ProgramFiles6432Folder]WindowsPowerShell\Modules" />
30
+ <CustomAction Id = " PropertyAssign " Property =" PSGETMODULEPATH" Value =" [ProgramFiles6432Folder]WindowsPowerShell\Modules" />
31
31
<Property Id =" PSCOMPATIBLEVERSION" >
32
32
<RegistrySearch Id =" PSCOMPATIBLEVERSION" Root =" HKLM" Key =" SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine" Name =" PSCompatibleVersion" Type =" raw" />
33
33
</Property >
You can’t perform that action at this time.
0 commit comments