Skip to content

Commit

Permalink
Merge pull request Azure#2624 from shahabhijeet/fixLeafNugets
Browse files Browse the repository at this point in the history
Adding the right paths to the Batch nuget spec. Removing nuget spec t…
  • Loading branch information
markcowl authored Dec 8, 2016
2 parents aea2e93 + a7a170a commit 403d221
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions tools/nuget.targets
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@
Condition=" '$(Scope)' != 'all' " />

<!--TODO: remove when we convert them to be NetCore based-->
<Import Project="$(LibrarySourceFolder)\ResourceManagement\Logic\LogicManagement\*.nuget.proj"
Condition=" '$(Scope)' == 'all' "/>
<Import Project="$(LibrarySourceFolder)\ResourceManagement\Scheduler\SchedulerManagement\*.nuget.proj"
Condition=" '$(Scope)' == 'all' "/>
<Import Project="$(LibrarySourceFolder)\Authentication\Common.Authentication\*.nuget.proj"
Condition=" '$(Scope)' == 'all' "/>
<Import Project="$(LibrarySourceFolder)\Batch\Client\*.nuget.proj"
<Import Project="$(LibrarySourceFolder)\Batch\Client\Src\*.nuget.proj"
Condition=" '$(Scope)' == 'all' "/>
<Import Project="$(LibrarySourceFolder)\Batch\FileConventions\Src\AzureBatchFileConventions\*.nuget.proj"
Condition=" '$(Scope)' == 'all' "/>
<Import Project="$(LibrarySourceFolder)\Batch\FileConventions\*.nuget.proj"
Condition=" '$(Scope)' == 'all' "/>

<PropertyGroup>
<NuGetVerbosity>normal</NuGetVerbosity>
Expand Down

0 comments on commit 403d221

Please sign in to comment.