4 usages of MSBuild property UpdatePeriodically
MSBuildFiles (4)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (4)
245
<_DeploymentBuiltUpdateInterval Condition="'$(
UpdatePeriodically
)'=='true'">$(UpdateInterval)</_DeploymentBuiltUpdateInterval>
246
<_DeploymentBuiltUpdateIntervalUnits Condition="'$(
UpdatePeriodically
)'=='true'">$(UpdateIntervalUnits)</_DeploymentBuiltUpdateIntervalUnits>
247
<_DeploymentBuiltUpdateInterval Condition="'$(
UpdatePeriodically
)'!='true'">0</_DeploymentBuiltUpdateInterval>
248
<_DeploymentBuiltUpdateIntervalUnits Condition="'$(
UpdatePeriodically
)'!='true'">Days</_DeploymentBuiltUpdateIntervalUnits>