|
51 | 51 | <CmdletSolutionsToBuild Include=".\src\ServiceManagement\ServiceManagement.sln"
|
52 | 52 | Condition=" '$(Scope)' == 'ServiceManagement' or '$(Scope)' == 'AzureStorage' "/>
|
53 | 53 | <SetupSln Include=".\setup\azurepowershell.sln" />
|
54 |
| - <SetupPowershellGetSln Include=".\setup-powershellget\powershellget.sln" /> |
55 | 54 | </ItemGroup>
|
56 | 55 |
|
57 | 56 | <!--
|
|
80 | 79 | Properties="Configuration=$(Configuration);Platform=Any CPU"
|
81 | 80 | ContinueOnError="false" />
|
82 | 81 |
|
83 |
| - <MSBuild |
84 |
| - Projects="@(SetupPowershellGetSln)" |
85 |
| - Targets="Clean" |
86 |
| - Properties="Configuration=$(Configuration);Platform=Any CPU" |
87 |
| - ContinueOnError="false" |
88 |
| - Condition=" '$(Scope)' == 'all' "/> |
89 |
| - |
90 | 82 | <!-- Delete the publish files -->
|
91 | 83 | <Message Importance="high" Text="Cleaning publish files..." ContinueOnError="false" />
|
92 | 84 | <ItemGroup>
|
|
161 | 153 |
|
162 | 154 | <CallTarget Targets="CodeSignBinaries" Condition=" '$(CodeSign)' == 'true' " />
|
163 | 155 |
|
164 |
| - <Message Importance="high" Text="Building Setup..." /> |
165 |
| - <MSBuild |
166 |
| - Projects="@(SetupPowershellGetSln)" |
167 |
| - Targets="Build" |
168 |
| - Properties="Configuration=$(Configuration);Platform=Any CPU" |
169 |
| - ContinueOnError="false" |
170 |
| - Condition=" '$(Scope)' == 'all' "/> |
171 |
| - |
172 | 156 | <MSBuild
|
173 | 157 | Projects="@(SetupSln)"
|
174 | 158 | Targets="Build"
|
|
203 | 187 | </GetFrameworkSdkPath>
|
204 | 188 |
|
205 | 189 | <!-- Copying shortcut to be signed -->
|
206 |
| - <Copy SourceFiles="$(LibraryRoot)setup-powershellget\Setup\ShortcutStartup.ps1" |
207 |
| - DestinationFolder="$(LibrarySourceFolder)\Package\$(Configuration)" /> |
208 | 190 | <Copy SourceFiles="$(LibraryRoot)tools\AzureRM\AzureRM.psd1"
|
209 | 191 | DestinationFolder="$(LibrarySourceFolder)\Package\$(Configuration)" />
|
210 | 192 | <Copy SourceFiles="$(LibraryRoot)tools\AzureRM\AzureRM.psm1"
|
|
260 | 242 | Condition="!$(DelaySign) and '@(DelaySignedAssembliesToSign)' != ''"/>
|
261 | 243 |
|
262 | 244 | <!-- Copying signed shortcut back -->
|
263 |
| - <Copy SourceFiles="$(LibrarySourceFolder)\Package\$(Configuration)\ShortcutStartup.ps1" |
264 |
| - DestinationFolder="$(LibraryRoot)setup-powershellget\Setup" /> |
265 | 245 | <Copy SourceFiles="$(LibrarySourceFolder)\Package\$(Configuration)\AzureRM.psd1"
|
266 | 246 | DestinationFolder="$(LibraryRoot)tools\AzureRM" />
|
267 | 247 | <Copy SourceFiles="$(LibrarySourceFolder)\Package\$(Configuration)\AzureRM.psm1"
|
|
0 commit comments