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 26
26
<GetVersion Condition =" '$(GetVersion)' == '' and '$(NCrunch)' != '' " >false</GetVersion >
27
27
<GetVersion Condition =" '$(GetVersion)' == '' " >true</GetVersion >
28
28
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
+
29
35
<GetPackageVersionDependsOn >$(GetPackageVersionDependsOn);GetVersion</GetPackageVersionDependsOn >
30
36
31
37
<!-- Property that enables setting of Version -->
You can’t perform that action at this time.
0 commit comments