Skip to content

Commit 44a96b9

Browse files
authored
chore: pin xharness (#4339)
1 parent 2c9c6d0 commit 44a96b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/device-test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ try
7676
if (!(Get-Command xharness -ErrorAction SilentlyContinue))
7777
{
7878
Push-Location ($CI ? $env:RUNNER_TEMP : $IsWindows ? $env:TMP : $IsMacos ? $env:TMPDIR : '/temp')
79-
dotnet tool install Microsoft.DotNet.XHarness.CLI --global --version '10.0.0-prerelease*' `
79+
dotnet tool install Microsoft.DotNet.XHarness.CLI --global --version '10.0.0-prerelease.25330.2' `
8080
--add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json
8181
Pop-Location
8282
}

0 commit comments

Comments
 (0)