Skip to content

Commit 061f751

Browse files
authored
Fix nuget restore in GeneratedLibraries.proj (#796)
1 parent ad2f9ad commit 061f751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GeneratedLibraries.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<!-- Only perform restore if anything actually needs restoring -->
9393
<Exec
9494
Condition="'@(ProjectJson)'!=''"
95-
Command="nuget restore @(ProjectJson) -PackagesDirectory $(PackagesDir) -ConfigFile $(NuGetConfig)" />
95+
Command="nuget restore %(ProjectJson.Identity) -PackagesDirectory $(PackagesDir) -ConfigFile $(NuGetConfig)" />
9696
</Target>
9797

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

0 commit comments

Comments
 (0)