We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2f9ad commit 061f751Copy full SHA for 061f751
GeneratedLibraries.proj
@@ -92,7 +92,7 @@
92
<!-- Only perform restore if anything actually needs restoring -->
93
<Exec
94
Condition="'@(ProjectJson)'!=''"
95
- Command="nuget restore @(ProjectJson) -PackagesDirectory $(PackagesDir) -ConfigFile $(NuGetConfig)" />
+ Command="nuget restore %(ProjectJson.Identity) -PackagesDirectory $(PackagesDir) -ConfigFile $(NuGetConfig)" />
96
</Target>
97
98
<!-- Build generated projects. Reply on C#'s incremental build for incrementality -->
0 commit comments