File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,6 +200,11 @@ process {
200200 Install-Clippy - UseCFS:$UseCFS - Architecture $Architecture @VerboseParam
201201 }
202202
203+ if (! $SkipBuild -and ! $SkipLinkCheck -and $IsWindows ) {
204+ Write-BuildProgress @progressParams - Status " Ensuring Windows C++ build tools are available"
205+ Install-WindowsCPlusPlusBuildTools @VerboseParam
206+ }
207+
203208 if (-not ($SkipBuild -and $Test -and $ExcludeRustTests )) {
204209 Write-BuildProgress @progressParams - Status ' Ensuring Protobuf is available'
205210 Install-Protobuf @VerboseParam
@@ -212,10 +217,6 @@ process {
212217 }
213218 }
214219
215- if (! $SkipBuild -and ! $SkipLinkCheck -and $IsWindows ) {
216- Write-BuildProgress @progressParams - Status " Ensuring Windows C++ build tools are available"
217- Install-WindowsCPlusPlusBuildTools @VerboseParam
218- }
219220 # endregion Setup
220221
221222 if (! $SkipBuild ) {
You can’t perform that action at this time.
0 commit comments