Update script

This commit is contained in:
2026-02-05 19:02:26 +01:00
parent 67a164e53b
commit fb0f4264e2
2 changed files with 1 additions and 40 deletions

View File

@@ -102,7 +102,7 @@ option confirm off
open ftp://$($FtpUser):$($Password.Replace('`n','').Replace('`r',''))@$FtpHost
lcd $PublishDir
cd $RemoteDir
synchronize remote . -delete -filemask="|web.config;App_Data/;logs/"
synchronize remote . -delete -filemask="|web.config;App_Data/;logs/;GameList.Tests/"
exit
"@ | Set-Content -Path $tempScript -Encoding UTF8