Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavis Goodin <dagood@users.noreply.github.com>2017-03-20 17:38:10 +0300
committerGitHub <noreply@github.com>2017-03-20 17:38:10 +0300
commit061d5dc7ad6e22d293773c0c3350a6fbb5105290 (patch)
tree2625a64e95aba09a9400cbe05dea85435b2a885a /Tools-Override
parentdfa1cfc16c782d15519bf77b45fdb04cb2f31b4f (diff)
parentc42be7a0617fd30ec4d86c448d99ac0b6c18c698 (diff)
Merge pull request #17053 from dagood/ibcmerge
Use optional tooling to merge optimization data during the build
Diffstat (limited to 'Tools-Override')
-rw-r--r--Tools-Override/Build.Common.targets15
1 files changed, 15 insertions, 0 deletions
diff --git a/Tools-Override/Build.Common.targets b/Tools-Override/Build.Common.targets
index b0a0792575..25da3b5c55 100644
--- a/Tools-Override/Build.Common.targets
+++ b/Tools-Override/Build.Common.targets
@@ -147,6 +147,21 @@
<Import Project="$(MSBuildThisFileDirectory)packageresolve.targets" Condition="'$(ExcludePackageResolveImport)'!='true'" />
<!--
+ Import the optional tooling restore and resolve targets
+
+ Inputs:
+ OptionalToolSource - If not set, optional tools are not restored
+ OptionalToolSourceUser - If not set, no authentication is used to access the feed
+ OptionalToolSourcePassword - If not set, no authentication is used to access the feed
+
+ Depends on properties:
+ DnuRestoreCommand - Used to restore the optional tool packages
+ PackagesDir - Location to resolve optional tool package assets
+ ToolsDir - Location to find optional-tool-runtime project.json
+ -->
+ <Import Project="$(MSBuildThisFileDirectory)OptionalTooling.targets" />
+
+ <!--
Import the partial facade generation targets
Inputs: