mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
pipeline file changes
This commit is contained in:
parent
7c8a1da30b
commit
c6afe52140
1 changed files with 3 additions and 0 deletions
|
|
@ -41,4 +41,7 @@ steps:
|
||||||
Write-Host "Using version $version and file version $fileVersion"
|
Write-Host "Using version $version and file version $fileVersion"
|
||||||
|
|
||||||
$files = Get-ChildItem -Path $PathToSearch -Filter $SearchFilter -Recurse
|
$files = Get-ChildItem -Path $PathToSearch -Filter $SearchFilter -Recurse
|
||||||
|
foreach ($file in $files) {
|
||||||
|
|
||||||
|
}
|
||||||
pwsh: true
|
pwsh: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue