pipeline file changes

This commit is contained in:
Brett Hewitson 2022-12-29 15:27:51 +10:00
parent 7c8a1da30b
commit c6afe52140

View file

@ -41,4 +41,7 @@ steps:
Write-Host "Using version $version and file version $fileVersion"
$files = Get-ChildItem -Path $PathToSearch -Filter $SearchFilter -Recurse
foreach ($file in $files) {
}
pwsh: true