File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 86
86
<!-- 1. Special case NetCore project because an SDK test project depends on it. -->
87
87
<Exec Command='"$(NuGetExe)" restore "src\System.Net.Http.Formatting.NetCore\packages.config" ^
88
88
-PackagesDirectory packages -NonInteractive ^
89
- -Verbosity quiet -ConfigFile "$(MSBuildThisFileDirectory)\.nuget\NuGet.Config"' />
89
+ -Verbosity quiet -ConfigFile "$(MSBuildThisFileDirectory)\.nuget\NuGet.Config"'
90
+ Condition=" '$(BuildPortable)' == 'true' " />
90
91
<!-- 2. Restore SDK-style test projects because legacy test projects depend on TestCommon. -->
91
92
<MSBuild Projects="@(_ProjectsToRestore)" Targets="Restore"
92
- BuildInParallel="$(BuildInParallel)"
93
- Condition=" '$(BuildPortable)' == 'true' "
94
- Properties="Configuration=$(Configuration);CodeAnalysis=$(CodeAnalysis);StyleCopEnabled=$(StyleCopEnabled);VisualStudioVersion=$(VisualStudioVersion)" />
93
+ BuildInParallel="$(BuildInParallel)"
94
+ Properties="Configuration=$(Configuration);CodeAnalysis=$(CodeAnalysis);StyleCopEnabled=$(StyleCopEnabled);VisualStudioVersion=$(VisualStudioVersion)" />
95
95
<!-- 3. Restore remaining legacy projects. -->
96
96
<Exec Command='"$(NuGetExe)" restore "%(_NuGetPackagesAndSolutions.Identity)" ^
97
97
-PackagesDirectory packages -NonInteractive ^
You can’t perform that action at this time.
0 commit comments