Fixed typo...
This commit is contained in:
parent
165f7c4575
commit
0f7783f72b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
Inputs="$(DotnetCliBuildDirectory)/dotnet-cli-build.csproj"
|
Inputs="$(DotnetCliBuildDirectory)/dotnet-cli-build.csproj"
|
||||||
Outputs="@(RestoreDotnetCliBuildFrameworkOutputs)"
|
Outputs="@(RestoreDotnetCliBuildFrameworkOutputs)"
|
||||||
DependsOnTargets="DownloadPackageVersionsProps;
|
DependsOnTargets="DownloadPackageVersionsProps;
|
||||||
WriteNugetConfigFile"/>
|
WriteNugetConfigFile">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ExtraRestoreArgs>$(ExtraRestoreArgs) /p:GeneratePropsFile=$(GeneratePropsFile)</ExtraRestoreArgs>
|
<ExtraRestoreArgs>$(ExtraRestoreArgs) /p:GeneratePropsFile=$(GeneratePropsFile)</ExtraRestoreArgs>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue