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