Skip to content

Commit 0acb9d9

Browse files
authored
Fix ILVerify CI failure: disable UpdateXlf target for net10.0 builds (#19220)
1 parent 31233d1 commit 0acb9d9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/ILVerify/ilverify.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Write-Host "Repository path: $repo_path"
2929
[string] $script = if ($IsWindows) { Join-Path $repo_path "build.cmd" } else { Join-Path $repo_path "build.sh" }
3030
[string] $additional_arguments = if ($IsWindows) { "-noVisualStudio" } else { "" }
3131

32+
# Set environment variable to disable UpdateXlf target (not needed for IL verification)
33+
$env:UpdateXlfOnBuild = "false"
34+
3235
# Set configurations to build
3336
[string[]] $configurations = @("Debug", "Release")
3437

0 commit comments

Comments
 (0)