We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d042a28 commit f1e2301Copy full SHA for f1e2301
.pipelines/templates/release-validate-globaltools.yml
@@ -78,6 +78,9 @@ jobs:
78
- pwsh: |
79
$repoRoot = "$(Build.SourcesDirectory)/PowerShell"
80
81
+ Import-Module "$repoRoot/build.psm1" -Force -Verbose
82
+ Start-PSBootstrap -Scenario Dotnet
83
+
84
$exeName = if ($IsWindows) { "pwsh.exe" } else { "pwsh" }
85
86
$toolPath = "$(System.DefaultWorkingDirectory)/toolPath/${{ parameters.globalToolExeName }}"
0 commit comments