File tree 3 files changed +1
-7
lines changed
3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -241,3 +241,4 @@ launchSettings.json
241
241
/SolutionMappings.json
242
242
/TestMappings.json
243
243
/tools /Modules /tmp
244
+ /tools /Az /Az.psm1
Original file line number Diff line number Diff line change 403
403
<Copy SourceFiles =" $(LibraryToolsFolder)\Az\Az.psd1"
404
404
DestinationFolder =" $(PackageDirectory)\$(Configuration)"
405
405
ContinueOnError =" false" />
406
- <Copy SourceFiles =" $(LibraryToolsFolder)\Az\Az.psm1"
407
- DestinationFolder =" $(PackageDirectory)\$(Configuration)"
408
- ContinueOnError =" false" />
409
406
410
407
<CallTarget Targets =" CodeSignBinaries" Condition =" '$(CodeSign)' == 'true' " />
411
408
412
409
<Copy SourceFiles =" $(PackageDirectory)\$(Configuration)\Az.psd1" DestinationFolder =" $(LibraryToolsFolder)\Az" />
413
- <Copy SourceFiles =" $(PackageDirectory)\$(Configuration)\Az.psm1" DestinationFolder =" $(LibraryToolsFolder)\Az" />
414
410
415
411
<!-- Cleanup extraneous files. -->
416
412
<Exec Command =" $(PowerShellCoreCommandPrefix) " . $(LibraryToolsFolder)\CleanupBuild.ps1 -BuildConfig $(Configuration) " " />
486
482
Condition =" '$(Scope)' != 'Netcore'" />
487
483
488
484
<!-- Copying shortcut to be signed -->
489
- <Copy SourceFiles =" $(LibraryRoot)tools\Az\Az.psm1"
490
- DestinationFolder =" $(PackageDirectory)\$(Configuration)" Condition =" '$(Scope)' == 'All' or '$(Scope)' == 'Netcore'" />
491
485
<Copy SourceFiles =" $(LibraryRoot)tools\AzureRM\AzureRM.psm1"
492
486
DestinationFolder =" $(PackageDirectory)\$(Configuration)" Condition =" '$(Scope)' == 'All' or '$(Scope)' == 'Latest'" />
493
487
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments