From 192caf8adf8e904a82f5935ed0bdaf89687fd321 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Wed, 22 May 2019 12:44:33 -0700 Subject: [PATCH] run Start-PSBootStrap so that codecov build has right version of .NET SDK --- tools/ci.psm1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ci.psm1 b/tools/ci.psm1 index 216aa6a8a8a..079ef475cc3 100644 --- a/tools/ci.psm1 +++ b/tools/ci.psm1 @@ -92,6 +92,8 @@ function Invoke-CIBuild throw "Tags must be CI, Feature, Scenario, or Slow" } + Start-PSBootstrap + if(Test-DailyBuild) { Start-PSBuild -Configuration 'CodeCoverage' -PSModuleRestore -CI -ReleaseTag $releaseTag