Skip to content

Commit ed3ffed

Browse files
committed
Fix error with sign job not creating AzureRM module due to error
1 parent c16dbeb commit ed3ffed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/PublishModules.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ function Get-TargetModules
6161
$targets += $module.FullName
6262
}
6363
}
64-
$targets += "$resourceManagerRootFolder\Azure.AnalysisServices"
6564

6665
} elseif (($Scope -ne 'AzureRM') -and ($Scope -ne "ServiceManagement") -and ($Scope -ne "AzureStorage")) {
6766
$modulePath = Join-Path $resourceManagerRootFolder "AzureRM.$scope"

0 commit comments

Comments
 (0)