We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7d8a71 + a72ab31 commit 1ee6d34Copy full SHA for 1ee6d34
Directory.Build.targets
@@ -23,7 +23,7 @@
23
</Choose>
24
25
<Choose>
26
- <When Condition="$(TargetFramework.Contains('uap10.0')) == false and '$(TargetFramework)' != 'native' and '$(IsTestSampleProject)' != 'true'">
+ <When Condition="'$(TargetFramework.Contains(`uap10.0`))' == 'false' and '$(TargetFramework)' != 'native' and '$(IsSampleProject)' != 'true'">
27
<PropertyGroup>
28
<SignAssembly>true</SignAssembly>
29
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)toolkit.snk</AssemblyOriginatorKeyFile>
0 commit comments