Update deploy-to-iis.yml

This commit is contained in:
Jared 2020-08-28 15:09:15 -07:00 committed by Jared Goodwin
parent 73285747f2
commit 629b9f2020

View File

@ -151,7 +151,7 @@ jobs:
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
<EnableMSDeployBackup>True</EnableMSDeployBackup>
<UserName>$ServerUsername</UserName>
<UserName>$env:ServerUsername</UserName>
<TargetFramework>netcoreapp3.1</TargetFramework>
<SelfContained>true</SelfContained>
<AllowUntrustedCertificate>true</AllowUntrustedCertificate>