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:
authorKarthik Rajasekaran <karajas@microsoft.com>2017-10-25 02:40:58 +0300
committerGitHub <noreply@github.com>2017-10-25 02:40:58 +0300
commit997fa4b6a9edc8f793a88b2c983ca1322b92b4a8 (patch)
tree13808f10bf32a8c1d8229372a2f8ab2ff419dfd6 /init-tools.msbuild
parentf6c7e0d657cd029171ec57a65e2eddcdd18588f2 (diff)
Enable publishing to azure feed (#24784)
Diffstat (limited to 'init-tools.msbuild')
-rw-r--r--init-tools.msbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/init-tools.msbuild b/init-tools.msbuild
index 1ec33f6782..68db6cb157 100644
--- a/init-tools.msbuild
+++ b/init-tools.msbuild
@@ -5,7 +5,9 @@
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)Tools/$(BuildToolsPackageVersion)</BaseIntermediateOutputPath>
</PropertyGroup>
+ <Import Project="$(MSBuildThisFileDirectory)dependencies.props" />
<ItemGroup>
<PackageReference Include="Microsoft.DotNet.BuildTools" Version="$(BuildToolsPackageVersion)" />
+ <PackageReference Include="$(FeedTasksPackage)" Version="$(FeedTasksPackageVersion)" />
</ItemGroup>
</Project> \ No newline at end of file