Skip to content

Commit

Permalink
Update tools and module definition for websites experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
markcowl committed Sep 15, 2017
1 parent b72cdd8 commit 3149c62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified experiments/Websites.Experiments/AzureRM.Websites.Experiments.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/UpdateModules.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if ($scope -eq 'All') {
foreach ($module in $resourceManagerModules) {
# filter out AzureRM.Profile which always gets published first
# And "Azure.Storage" which is built out as test dependencies
if (($module.Name -ne "AzureRM.Profile") -and ($module.Name -ne "Azure.Storage")) {
if (($module.Name -ne "AzureRM.Profile") -and ($module.Name -ne "Azure.Storage") -and (!$module.Name.Contains("Experiment"))) {
$modulePath = $module.FullName
Write-Host "Updating $module module from $modulePath"
Create-ModulePsm1 -ModulePath $modulePath -TemplatePath $templateLocation
Expand Down

0 comments on commit 3149c62

Please sign in to comment.