1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Added option to publish profile to make App Offline on deployment

This commit is contained in:
Uncled1023 2019-01-28 00:38:43 -08:00
parent 829b773e71
commit 48ccf56fb0

View File

@ -21,6 +21,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
<EnableMSDeployBackup>True</EnableMSDeployBackup>
<EnableMSDeployAppOffline>true</EnableMSDeployAppOffline>
<UserName>Administrator</UserName>
<_SavePWD>True</_SavePWD>
</PropertyGroup>