File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/GitVersionTask/NugetAssets/build/functionality Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 2626 <GetVersion Condition =" '$(GetVersion)' == '' and '$(NCrunch)' != '' " >false</GetVersion >
2727 <GetVersion Condition =" '$(GetVersion)' == '' " >true</GetVersion >
2828
29+ <!--
30+ Ensure GetVersion runs prior to XAML's Markup Compiler in order to have the assembly version available.
31+ Otherwise the generated resource URI's are ambiguous when multiple versions are loaded simultaneously (i.e. in plugins)
32+ -->
33+ <MarkupCompilePass1DependsOn >$(MarkupCompilePass1DependsOn);GetVersion</MarkupCompilePass1DependsOn >
34+
2935 <GetPackageVersionDependsOn >$(GetPackageVersionDependsOn);GetVersion</GetPackageVersionDependsOn >
3036
3137 <!-- Property that enables setting of Version -->
You can’t perform that action at this time.
0 commit comments