Skip to content

Commit

Permalink
Adding the right paths to the Batch nuget spec. Removing nuget spec t…
Browse files Browse the repository at this point in the history
…hat have already been converted to NetCore
  • Loading branch information
shahabhijeet committed Dec 8, 2016
1 parent 6d924a5 commit a7a170a
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 a7a170a

Please sign in to comment.