From 189d640f0139941a4b6bf2e3d00a5c8a78f6f7a9 Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Thu, 5 Feb 2026 00:41:26 +0100 Subject: [PATCH] Publish apphost exe again and deploy web.config via FTP --- GameList.csproj | 1 - scripts/deploy-ftp.ps1 | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/GameList.csproj b/GameList.csproj index 289b6b3..3e5e966 100644 --- a/GameList.csproj +++ b/GameList.csproj @@ -4,7 +4,6 @@ net10.0 enable enable - false diff --git a/scripts/deploy-ftp.ps1 b/scripts/deploy-ftp.ps1 index dbdf3e1..f29ae98 100644 --- a/scripts/deploy-ftp.ps1 +++ b/scripts/deploy-ftp.ps1 @@ -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="|App_Data/;logs/" exit "@ | Set-Content -Path $tempScript -Encoding UTF8