Skip to content

Commit 7dfaa61

Browse files
author
begoldsm
committed
sync with latest in dev
2 parents 3c2828b + dac0284 commit 7dfaa61

File tree

187 files changed

+31693
-6830
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+31693
-6830
lines changed

build.proj

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
<CmdletSolutionsToBuild Include=".\src\ServiceManagement\ServiceManagement.sln"
5252
Condition=" '$(Scope)' == 'ServiceManagement' or '$(Scope)' == 'AzureStorage' "/>
5353
<SetupSln Include=".\setup\azurepowershell.sln" />
54-
<SetupPowershellGetSln Include=".\setup-powershellget\powershellget.sln" />
5554
</ItemGroup>
5655

5756
<!--
@@ -80,13 +79,6 @@
8079
Properties="Configuration=$(Configuration);Platform=Any CPU"
8180
ContinueOnError="false" />
8281

83-
<MSBuild
84-
Projects="@(SetupPowershellGetSln)"
85-
Targets="Clean"
86-
Properties="Configuration=$(Configuration);Platform=Any CPU"
87-
ContinueOnError="false"
88-
Condition=" '$(Scope)' == 'all' "/>
89-
9082
<!-- Delete the publish files -->
9183
<Message Importance="high" Text="Cleaning publish files..." ContinueOnError="false" />
9284
<ItemGroup>
@@ -161,14 +153,6 @@
161153

162154
<CallTarget Targets="CodeSignBinaries" Condition=" '$(CodeSign)' == 'true' " />
163155

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-
172156
<MSBuild
173157
Projects="@(SetupSln)"
174158
Targets="Build"
@@ -203,8 +187,6 @@
203187
</GetFrameworkSdkPath>
204188

205189
<!-- Copying shortcut to be signed -->
206-
<Copy SourceFiles="$(LibraryRoot)setup-powershellget\Setup\ShortcutStartup.ps1"
207-
DestinationFolder="$(LibrarySourceFolder)\Package\$(Configuration)" />
208190
<Copy SourceFiles="$(LibraryRoot)tools\AzureRM\AzureRM.psd1"
209191
DestinationFolder="$(LibrarySourceFolder)\Package\$(Configuration)" />
210192
<Copy SourceFiles="$(LibraryRoot)tools\AzureRM\AzureRM.psm1"
@@ -260,8 +242,6 @@
260242
Condition="!$(DelaySign) and '@(DelaySignedAssembliesToSign)' != ''"/>
261243

262244
<!-- Copying signed shortcut back -->
263-
<Copy SourceFiles="$(LibrarySourceFolder)\Package\$(Configuration)\ShortcutStartup.ps1"
264-
DestinationFolder="$(LibraryRoot)setup-powershellget\Setup" />
265245
<Copy SourceFiles="$(LibrarySourceFolder)\Package\$(Configuration)\AzureRM.psd1"
266246
DestinationFolder="$(LibraryRoot)tools\AzureRM" />
267247
<Copy SourceFiles="$(LibrarySourceFolder)\Package\$(Configuration)\AzureRM.psm1"

setup-powershellget/Setup/CustomAction.config

Lines changed: 0 additions & 32 deletions
This file was deleted.

setup-powershellget/Setup/CustomAction.cs

Lines changed: 0 additions & 110 deletions
This file was deleted.

setup-powershellget/Setup/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 48 deletions
This file was deleted.

setup-powershellget/Setup/Setup.csproj

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)