Skip to content

Commit

Permalink
Restoring from root for scope, package
Browse files Browse the repository at this point in the history
  • Loading branch information
shahabhijeet committed Feb 28, 2017
1 parent 649557e commit b36c40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<!-- Restoring everyting from the root folder wipes out Storage nuget references and adds Storage project reference to all projects. -->
<!-- Restoring from root directory when publishing scope packages -->
<Exec Command="dotnet restore" WorkingDirectory="$(LibraryRoot)" Condition=" '$(Scope)' != 'all' "/>

<Exec Command="dotnet restore %(NetCore_AutoRestLibraries.RootDir)\%(NetCore_AutoRestLibraries.Directory)" Condition=" @(NetCore_AutoRestLibraries) != '' "/>
<Exec Command="dotnet restore" WorkingDirectory="%(NetCore_AutoRestLibraries.Library)" Condition=" @(NetCore_AutoRestLibraries) != '' "/>
<Exec Command="dotnet restore" WorkingDirectory="%(NetCore_AutoRestLibraries.Test)" Condition=" @(NetCore_AutoRestLibraries) != '' and '%(NetCore_AutoRestLibraries.Test)' != '' and '$(Configuration)' != 'Release' "/>

Expand Down

0 comments on commit b36c40b

Please sign in to comment.