diff options
| author | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-03 00:23:21 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-03 00:23:21 +0300 |
| commit | bc519ea15ee0b7c2ebf017bd9616a7824e0a0e56 (patch) | |
| tree | c490280c42e2a21c904fdb723c548a26939ce8f8 /Software/Visual_Studio_22/Tango.Portal.Chat.Web/Properties | |
| parent | e91dd4d23647947b2c14787605b55400a405cff3 (diff) | |
| download | Tango-bc519ea15ee0b7c2ebf017bd9616a7824e0a0e56.tar.gz Tango-bc519ea15ee0b7c2ebf017bd9616a7824e0a0e56.zip | |
Fixed AI publish.
Diffstat (limited to 'Software/Visual_Studio_22/Tango.Portal.Chat.Web/Properties')
| -rw-r--r-- | Software/Visual_Studio_22/Tango.Portal.Chat.Web/Properties/PublishProfiles/machineservice-gateway-twine-portal-ai - Web Deploy.pubxml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Properties/PublishProfiles/machineservice-gateway-twine-portal-ai - Web Deploy.pubxml b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Properties/PublishProfiles/machineservice-gateway-twine-portal-ai - Web Deploy.pubxml index e6ca68390..9c2cbcf9c 100644 --- a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Properties/PublishProfiles/machineservice-gateway-twine-portal-ai - Web Deploy.pubxml +++ b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Properties/PublishProfiles/machineservice-gateway-twine-portal-ai - Web Deploy.pubxml @@ -22,9 +22,11 @@ by editing this MSBuild file. In order to learn more about this please visit htt <MSDeployPublishMethod>WMSVC</MSDeployPublishMethod> <EnableMSDeployBackup>true</EnableMSDeployBackup> <EnableMsDeployAppOffline>true</EnableMsDeployAppOffline> - <UserName /> - <_SavePWD>false</_SavePWD> + <UserName>$machineservice-gateway__twine-portal-ai</UserName> + <_SavePWD>true</_SavePWD> <_DestinationType>AzureWebSite</_DestinationType> <InstallAspNetCoreSiteExtension>false</InstallAspNetCoreSiteExtension> + <TargetFramework>net8.0</TargetFramework> + <SelfContained>false</SelfContained> </PropertyGroup> </Project>
\ No newline at end of file |
