Skip to content

Commit

Permalink
forgot to provide restore directory for buildtask project
Browse files Browse the repository at this point in the history
  • Loading branch information
shahabhijeet committed Jan 6, 2017
1 parent 3304f79 commit 0e59d48
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 @@ -288,7 +288,7 @@
replacements in files such as NuGet specs.
-->
<Target Name="BuildMsBuildTask">
<Exec Command="$(NuGetCommand) restore $(LibraryToolsFolder)\Microsoft.WindowsAzure.Build.Tasks\Microsoft.WindowsAzure.Build.Tasks.csproj"/>
<Exec Command="$(NuGetCommand) restore $(LibraryToolsFolder)\Microsoft.WindowsAzure.Build.Tasks\Microsoft.WindowsAzure.Build.Tasks.sln -PackagesDirectory $(LibraryToolsFolder)\Microsoft.WindowsAzure.Build.Tasks\packages"/>
<MSBuild Projects="$(LibraryToolsFolder)\Microsoft.WindowsAzure.Build.Tasks\Microsoft.WindowsAzure.Build.Tasks.csproj"
Targets="Build"
Properties="Configuration=Debug;Platform=AnyCPU" />
Expand Down

0 comments on commit 0e59d48

Please sign in to comment.