Merge pull request #30 from Azure/fix-ps-verbose

fix bad powershell - fixes #26
This commit is contained in:
Nick Price 2021-10-16 14:04:14 +11:00 коммит произвёл GitHub
Родитель 83d86926e7 9f96a11d0d
Коммит 2744e31484
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -39,8 +39,7 @@ $PSFiles | ForEach-Object {
}
#Compile the DSC to MOF
Write-Verbose "Compiling DSC " + ($_.Fullname)
Write-Verbose -Message "Compile DSC for $DscShortName"
& ($_.FullName)
#Build and upload guest configuration package