diff --git a/.azure/pipelines/apply-semantic-versioning-to-assembyinfo-files.yml b/.azure/pipelines/apply-semantic-versioning-to-assembyinfo-files.yml index d2a30183..382163f3 100644 --- a/.azure/pipelines/apply-semantic-versioning-to-assembyinfo-files.yml +++ b/.azure/pipelines/apply-semantic-versioning-to-assembyinfo-files.yml @@ -41,7 +41,7 @@ steps: Write-Host "Using version $version and file version $fileVersion" # iterate the search path (and sub directories) looking for files that match the search filter - $files = Get-ChildItem -Path $PathToSearch -Filter $SearchFilter -Recurse + #$files = Get-ChildItem -Path $PathToSearch -Filter $SearchFilter -Recurse #Write-Host " -> Checking $($_.FullName)"