Add Test-DSCConfigurationDataDeployment function and related enhancements
This commit is contained in:
@@ -91,11 +91,7 @@ function New-DSCConfigurationDataDeployment {
|
||||
})
|
||||
|
||||
$SourceFiles = @($MergeResult.Files | ForEach-Object {
|
||||
if($UseRelativePaths){
|
||||
ConvertTo-ConfigurationDataRelativePath -Path $_ -BasePath $OutputDirectory
|
||||
}else{
|
||||
$_
|
||||
}
|
||||
Get-ConfigurationDataSourceFileInfo -Path $_ -BasePath $OutputDirectory -UseRelativePath:$UseRelativePaths
|
||||
})
|
||||
|
||||
$ConfigurationData["Metadata"] = [ordered]@{
|
||||
|
||||
Reference in New Issue
Block a user