We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459ef2c commit f2ca380Copy full SHA for f2ca380
tools/PublishModules.ps1
@@ -88,7 +88,7 @@ $resourceManagerModules = Get-ChildItem -Path $resourceManagerRootFolder -Direct
88
if ($scope -eq 'All') {
89
foreach ($module in $resourceManagerModules) {
90
# filter out AzureRM.Profile which always gets published first
91
- # And "Azure.Storage" which is built out as test dependencies
+ # And "Azure.Storage" which is built out as test dependencies
92
if (($module.Name -ne "AzureRM.Profile") -and ($module.Name -ne "Azure.Storage")) {
93
$modulePath = $module.FullName
94
Write-Host "Publishing $module module from $modulePath"
0 commit comments