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.
2 parents 18ed8ce + 0d5040b commit 65c994aCopy full SHA for 65c994a
tools/UpdateModules.ps1
@@ -83,7 +83,7 @@ if (($scope -eq 'All') -or ($scope -eq 'AzureStorage')) {
83
$modulePath = "$packageFolder\$buildConfig\Storage\Azure.Storage"
84
# Publish AzureStorage module
85
Write-Host "Updating AzureStorage module from $modulePath"
86
- Create-ModulePsm1 -ModulePath $modulePath -TemplatePath $templateLocation
+ Create-ModulePsm1 -ModulePath "$resourceManagerRootFolder\Azure.Storage" -TemplatePath $templateLocation
87
}
88
89
if (($scope -eq 'All') -or ($scope -eq 'ServiceManagement')) {
0 commit comments