Skip to content

Commit

Permalink
Remove Az psm1.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiYanni committed Oct 24, 2018
1 parent 83a96fc commit 4f864bf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,4 @@ launchSettings.json
/SolutionMappings.json
/TestMappings.json
/tools/Modules/tmp
/tools/Az/Az.psm1
6 changes: 0 additions & 6 deletions build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -403,14 +403,10 @@
<Copy SourceFiles="$(LibraryToolsFolder)\Az\Az.psd1"
DestinationFolder="$(PackageDirectory)\$(Configuration)"
ContinueOnError="false" />
<Copy SourceFiles="$(LibraryToolsFolder)\Az\Az.psm1"
DestinationFolder="$(PackageDirectory)\$(Configuration)"
ContinueOnError="false" />

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

<Copy SourceFiles="$(PackageDirectory)\$(Configuration)\Az.psd1" DestinationFolder="$(LibraryToolsFolder)\Az" />
<Copy SourceFiles="$(PackageDirectory)\$(Configuration)\Az.psm1" DestinationFolder="$(LibraryToolsFolder)\Az" />

<!-- Cleanup extraneous files. -->
<Exec Command="$(PowerShellCoreCommandPrefix) &quot;. $(LibraryToolsFolder)\CleanupBuild.ps1 -BuildConfig $(Configuration) &quot;" />
Expand Down Expand Up @@ -486,8 +482,6 @@
Condition="'$(Scope)' != 'Netcore'"/>

<!-- Copying shortcut to be signed -->
<Copy SourceFiles="$(LibraryRoot)tools\Az\Az.psm1"
DestinationFolder="$(PackageDirectory)\$(Configuration)" Condition="'$(Scope)' == 'All' or '$(Scope)' == 'Netcore'" />
<Copy SourceFiles="$(LibraryRoot)tools\AzureRM\AzureRM.psm1"
DestinationFolder="$(PackageDirectory)\$(Configuration)" Condition="'$(Scope)' == 'All' or '$(Scope)' == 'Latest'" />

Expand Down
1 change: 0 additions & 1 deletion tools/Az/Az.psm1

This file was deleted.

0 comments on commit 4f864bf

Please sign in to comment.