Skip to content

Commit 788fa49

Browse files
winstone77winstone77
andauthored
Enable FastUpToDateCheck for Incremental build (#296)
Co-authored-by: winstone77 <seok.oh@samsung.com>
1 parent 628aef0 commit 788fa49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workload/src/Samsung.Tizen.Sdk/targets/Samsung.Tizen.Sdk.Packaging.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Copyright (c) Samsung All rights reserved.
2222
<UsingTask AssemblyFile="$(_TizenTaskAssemblyName)" TaskName="Samsung.Tizen.Build.Tasks.CheckApiVersion" />
2323

2424
<PropertyGroup>
25-
<DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
25+
<!-- <DisableFastUpToDateCheck>true</DisableFastUpToDateCheck> -->
2626
<TizenCreateTpkOnBuild Condition="'$(TizenCreateTpkOnBuild)' == '' and '$(OutputType)' == 'Exe'">true</TizenCreateTpkOnBuild>
2727
<TizenPackageOutputPath>$(OutputPath)tpkroot\</TizenPackageOutputPath>
2828
</PropertyGroup>

0 commit comments

Comments
 (0)