Skip to content

Commit

Permalink
Fix nuget restore in GeneratedLibraries.proj (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdunelm authored Aug 4, 2016
1 parent ad2f9ad commit 061f751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GeneratedLibraries.proj
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<!-- Only perform restore if anything actually needs restoring -->
<Exec
Condition="'@(ProjectJson)'!=''"
Command="nuget restore @(ProjectJson) -PackagesDirectory $(PackagesDir) -ConfigFile $(NuGetConfig)" />
Command="nuget restore %(ProjectJson.Identity) -PackagesDirectory $(PackagesDir) -ConfigFile $(NuGetConfig)" />
</Target>

<!-- Build generated projects. Reply on C#'s incremental build for incrementality -->
Expand Down

0 comments on commit 061f751

Please sign in to comment.