File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/Nerdbank.GitVersioning.Tasks/build Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 66 <NBGV_InnerGlobalProperties Condition =" '$(ProjectPathRelativeToGitRepoRoot)' != '' " >$(NBGV_InnerGlobalProperties)ProjectPathRelativeToGitRepoRoot=$(ProjectPathRelativeToGitRepoRoot);</NBGV_InnerGlobalProperties >
77 <NBGV_InnerGlobalProperties Condition =" '$(GitVersionBaseDirectory)' != '' " >$(NBGV_InnerGlobalProperties)GitVersionBaseDirectory=$(GitVersionBaseDirectory);</NBGV_InnerGlobalProperties >
88 <NBGV_InnerGlobalProperties Condition =" '$(OverrideBuildNumberOffset)' != '' " >$(NBGV_InnerGlobalProperties)OverrideBuildNumberOffset=$(OverrideBuildNumberOffset);</NBGV_InnerGlobalProperties >
9+ <NBGV_InnerGlobalProperties Condition =" '$(NBGV_PrivateP2PAuxTargets)' != '' " >$(NBGV_InnerGlobalProperties)NBGV_PrivateP2PAuxTargets=$(NBGV_PrivateP2PAuxTargets);</NBGV_InnerGlobalProperties >
910 </PropertyGroup >
1011
1112 <!-- Compile a list of global properties that may vary when a project builds but that would never influence the result of the GetBuildVersion task. -->
Original file line number Diff line number Diff line change 2020 <!-- These targets are called when the consuming project is a VSIX project. -->
2121 <Target Name =" BuiltProjectOutputGroup" />
2222 <Target Name =" SatelliteDllsProjectOutputGroup" />
23+
24+ <Import Project =" $(NBGV_PrivateP2PAuxTargets)" Condition =" '$(NBGV_PrivateP2PAuxTargets)' != '' " />
2325</Project >
You can’t perform that action at this time.
0 commit comments