|
134 | 134 | </ItemGroup>
|
135 | 135 |
|
136 | 136 | <ItemGroup>
|
137 |
| - <_RestoreToolsProps Include="@(_CommonProps)"/> |
138 |
| - <_RestoreToolsProps Include="BaseIntermediateOutputPath=$(ArtifactsToolsetDir)Common"/> |
139 |
| - <_RestoreToolsProps Include="ExcludeRestorePackageImports=true"/> |
140 |
| - <_RestoreToolsProps Include="_NuGetRestoreTargets=$(_NuGetRestoreTargets)"/> |
| 137 | + <_CommonToolsProps Include="@(_CommonProps)"/> |
| 138 | + <_CommonToolsProps Include="BaseIntermediateOutputPath=$(ArtifactsToolsetDir)Common"/> |
| 139 | + <_CommonToolsProps Include="_NuGetRestoreTargets=$(_NuGetRestoreTargets)"/> |
141 | 140 |
|
142 | 141 | <!-- Used in the SDK (Tools.proj) to control whether Build.Tasks.Feed will be restored or not. -->
|
143 |
| - <_RestoreToolsProps Include="Publish=$(Publish)"/> |
| 142 | + <_CommonToolsProps Include="Publish=$(Publish)"/> |
144 | 143 |
|
145 | 144 | <!-- Used in the SDK (Tools.proj) to control whether SymbolUploader.Build.Task will be restored or not. -->
|
146 |
| - <_RestoreToolsProps Include="PublishToSymbolServer=$(PublishToSymbolServer)"/> |
| 145 | + <_CommonToolsProps Include="PublishToSymbolServer=$(PublishToSymbolServer)"/> |
147 | 146 |
|
148 | 147 | <!-- Forward this property because we can't assume it will be available globally. -->
|
149 |
| - <_RestoreToolsProps Include="DotNetPublishUsingPipelines=$(DotNetPublishUsingPipelines)"/> |
| 148 | + <_CommonToolsProps Include="DotNetPublishUsingPipelines=$(DotNetPublishUsingPipelines)"/> |
150 | 149 | </ItemGroup>
|
151 | 150 |
|
152 | 151 | <!--
|
153 | 152 | Builds from the 'internal' project, and only those, can download the .net Runtime
|
154 | 153 | from a private location.
|
155 | 154 | -->
|
156 | 155 | <ItemGroup Condition="'$(SYSTEM_TEAMPROJECT)' == 'internal'">
|
157 |
| - <_RestoreToolsProps Include="DotNetRuntimeSourceFeed=$(DotNetRuntimeSourceFeed)"/> |
158 |
| - <_RestoreToolsProps Include="DotNetRuntimeSourceFeedKey=$(DotNetRuntimeSourceFeedKey)"/> |
| 156 | + <_CommonToolsProps Include="DotNetRuntimeSourceFeed=$(DotNetRuntimeSourceFeed)"/> |
| 157 | + <_CommonToolsProps Include="DotNetRuntimeSourceFeedKey=$(DotNetRuntimeSourceFeedKey)"/> |
| 158 | + </ItemGroup> |
| 159 | + |
| 160 | + <ItemGroup> |
| 161 | + <_RestoreToolsProps Include="@(_CommonToolsProps)"/> |
| 162 | + <_RestoreToolsProps Include="ExcludeRestorePackageImports=true"/> |
159 | 163 | </ItemGroup>
|
160 | 164 |
|
161 | 165 | <!--
|
|
168 | 172 |
|
169 | 173 | <MSBuild Projects="Tools.proj"
|
170 | 174 | Targets="ReturnNuGetPackageRoot"
|
171 |
| - Properties="@(_RestoreToolsProps);_NETCORE_ENGINEERING_TELEMETRY=ReturnNuGetPackageRoot"> |
| 175 | + Properties="@(_CommonToolsProps);_NETCORE_ENGINEERING_TELEMETRY=ReturnNuGetPackageRoot"> |
172 | 176 | <Output TaskParameter="TargetOutputs" ItemName="_RestoreToolsOutput" />
|
173 | 177 | </MSBuild>
|
174 | 178 |
|
|
0 commit comments