pipeline file changes

This commit is contained in:
Brett Hewitson 2022-12-29 15:39:36 +10:00
parent 581ea89e4a
commit c88feda2bf

View file

@ -45,6 +45,10 @@ steps:
return $content
}
$versionAttribute = "[assembly: $attribute(""$version"")]"
$pattern = "\[assembly: $attribute\("".*""\)\]"
$versionReplaced = $false
return $content
}