Skip to content

Commit 1ee6d34

Browse files
authored
Merge pull request #3326 from windows-toolkit/fixSampleAppReleaseMode
Fix Sample app in release mode
2 parents b7d8a71 + a72ab31 commit 1ee6d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</Choose>
2424

2525
<Choose>
26-
<When Condition="$(TargetFramework.Contains('uap10.0')) == false and '$(TargetFramework)' != 'native' and '$(IsTestSampleProject)' != 'true'">
26+
<When Condition="'$(TargetFramework.Contains(`uap10.0`))' == 'false' and '$(TargetFramework)' != 'native' and '$(IsSampleProject)' != 'true'">
2727
<PropertyGroup>
2828
<SignAssembly>true</SignAssembly>
2929
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)toolkit.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)