Skip to content

Commit f1e2301

Browse files
Add bootstrap to global tool validation step
1 parent d042a28 commit f1e2301

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pipelines/templates/release-validate-globaltools.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
- pwsh: |
7979
$repoRoot = "$(Build.SourcesDirectory)/PowerShell"
8080
81+
Import-Module "$repoRoot/build.psm1" -Force -Verbose
82+
Start-PSBootstrap -Scenario Dotnet
83+
8184
$exeName = if ($IsWindows) { "pwsh.exe" } else { "pwsh" }
8285
8386
$toolPath = "$(System.DefaultWorkingDirectory)/toolPath/${{ parameters.globalToolExeName }}"

0 commit comments

Comments
 (0)