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.
1 parent 0ff4d32 commit 2f5d6d5Copy full SHA for 2f5d6d5
src/Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk/targets/windows/variables.wxi
@@ -23,7 +23,9 @@
23
<?error Invalid Platform ($(var.Platform))?>
24
<?endif?>
25
26
- <?define DependencyKey = "$(var.DependencyKeyName)_$(var.BuildVersion)_$(var.Platform)$(var.CrossArchContentsPlatformPart)"?>
+ <?ifndef DependencyKey?>
27
+ <?define DependencyKey = "$(var.DependencyKeyName)_$(var.BuildVersion)_$(var.Platform)$(var.CrossArchContentsPlatformPart)"?>
28
+ <?endif?>
29
<?define DependencyKeyId = "$(var.DependencyKey)" ?>
30
31
</Include>
0 commit comments