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

github.com/mono/NuGet.BuildTasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSvetlozar Keremidarski <svetkere@microsoft.com>2017-10-17 23:48:05 +0300
committerSvetlozar Keremidarski <svetkere@microsoft.com>2017-10-17 23:48:05 +0300
commit2603e17d02dc930f613ebf0828005016b3530877 (patch)
tree830319c9a79fe95b840a85c6c47a2d7aa946ae8c
parent4c59873476d6cd74944986f88a6a03901776af47 (diff)
Provide DT support target to return ResolvedNugetPackages task items from OOP node
-rw-r--r--src/Microsoft.NuGet.Build.Tasks/Microsoft.NuGet.targets2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Microsoft.NuGet.Build.Tasks/Microsoft.NuGet.targets b/src/Microsoft.NuGet.Build.Tasks/Microsoft.NuGet.targets
index ff8b695..aea04dd 100644
--- a/src/Microsoft.NuGet.Build.Tasks/Microsoft.NuGet.targets
+++ b/src/Microsoft.NuGet.Build.Tasks/Microsoft.NuGet.targets
@@ -231,6 +231,8 @@ Copyright (c) .NET Foundation. All rights reserved.
</CreateItem>
</Target>
+ <Target Name="CollectReferencedNuGetPackages" Returns="@( ReferencedNuGetPackages)"/>
+
<Target Name="RuntimeImplementationProjectOutputGroup"
Returns="@(RuntimeImplementationProjectOutputGroupOutput)"
Condition="'$(ResolveNuGetPackages)' == 'true' and exists('$(ProjectLockFile)')">