File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
src/Microsoft.DotNet.Arcade.Sdk/tools Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11
11
<PackageReference Include =" Microsoft.DotNet.SourceBuild.Tasks" Version =" $(MicrosoftDotNetSourceBuildTasksVersion)" IsImplicitlyDefined =" true" />
12
12
</ItemGroup >
13
13
14
- <PropertyGroup >
15
- <SetUpSourceBuildIntermediateNupkgCache Condition =" '$(SetUpSourceBuildIntermediateNupkgCache)' == ''" >true</SetUpSourceBuildIntermediateNupkgCache >
16
- </PropertyGroup >
17
-
18
14
<!-- Because the condition here is rather complex, it should read as the following:
19
15
- Don't collect intermediates if running the product build
20
16
- Otherwise, collect if we're forcing it using SetUpSourceBuildIntermediateNupkgCache
Original file line number Diff line number Diff line change 92
92
Condition =" '$(Restore)' == 'true'" />
93
93
</Target >
94
94
95
+ <PropertyGroup >
96
+ <SetUpSourceBuildIntermediateNupkgCache Condition =" '$(SetUpSourceBuildIntermediateNupkgCache)' == ''" >true</SetUpSourceBuildIntermediateNupkgCache >
97
+ </PropertyGroup >
98
+
95
99
<Import Project =" SourceBuild/SourceBuildArcadeTools.targets" Condition =" '$(ArcadeBuildFromSource)' == 'true' or
96
- '$(DotNetBuildRepo)' == 'true'" />
100
+ '$(DotNetBuildRepo)' == 'true' or
101
+ '$(SetUpSourceBuildIntermediateNupkgCache)' == 'true'" />
97
102
98
103
<!-- Repository extensibility point -->
99
104
<Import Project =" $(RepositoryEngineeringDir)Tools.props" Condition =" Exists('$(RepositoryEngineeringDir)Tools.props')" />
You can’t perform that action at this time.
0 commit comments