mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Update deploy-to-iis.yml
This commit is contained in:
parent
73285747f2
commit
629b9f2020
2
.github/workflows/deploy-to-iis.yml
vendored
2
.github/workflows/deploy-to-iis.yml
vendored
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user