File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tools/Docs/Get-AllCommands Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -690,9 +690,9 @@ function Get-AllBuildServerCommands {
690
690
rm .\Output - Recurse - Force - ErrorAction SilentlyContinue
691
691
692
692
# Comment these lines to selectivly build the output for either Service Management or Resource Manager
693
- Get-AllBuildServerCommands - OutputPath " .\Output" - ManifestFullName " ..\..\..\src\Package\Debug \ServiceManagement\Azure\Azure.psd1"
693
+ Get-AllBuildServerCommands - OutputPath " .\Output" - ManifestFullName " ..\..\..\src\Package\Release \ServiceManagement\Azure\Azure.psd1"
694
694
Get-AllBuildServerCommands - OutputPath " .\Output" - ManifestFullName " ..\..\AzureRM\AzureRM.psd1"
695
695
696
- $modules = (Get-ChildItem " ..\..\..\src\Package\Debug \ResourceManager" - Recurse - Include " *.psd1" - Exclude " *dll-help.psd1" , " AzureResourceManager.psd1" ) | sort - Unique - Property Name
696
+ $modules = (Get-ChildItem " ..\..\..\src\Package\Release \ResourceManager" - Recurse - Include " *.psd1" - Exclude " *dll-help.psd1" , " AzureResourceManager.psd1" ) | sort - Unique - Property Name
697
697
$modules | Foreach { Get-AllBuildServerCommands - OutputPath " .\Output" - ManifestFullName $_.FullName }
698
698
You can’t perform that action at this time.
0 commit comments