Skip to content

Commit c4ace9b

Browse files
committed
revert Language-Settings.ps1
1 parent a06c9cd commit c4ace9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function Get-AllPackageInfoFromRepo($serviceDirectory)
1717
$shouldAddDevVersion = Get-Variable -Name 'addDevVersion' -ValueOnly -ErrorAction 'Ignore'
1818
$ServiceProj = Join-Path -Path $EngDir -ChildPath "service.proj"
1919
$outputFilePath = Join-Path ([System.IO.Path]::GetTempPath()) "package-info-$([System.Guid]::NewGuid()).txt"
20-
20+
2121
Write-Host "dotnet msbuild /nologo /t:GetPackageInfo ""$ServiceProj"" /p:ServiceDirectory=$serviceDirectory /p:AddDevVersion=$shouldAddDevVersion /p:OutputProjectInfoListFilePath=""$outputFilePath"" -tl:off"
2222

2323
dotnet msbuild `
@@ -77,8 +77,8 @@ function Get-AllPackageInfoFromRepo($serviceDirectory)
7777
}
7878
}
7979

80-
# CheckAOTCompat logic: if set in CI.yml, respect that value;
81-
# if artifact has baselined warnings, run AOT checks;
80+
# CheckAOTCompat logic: if set in CI.yml, respect that value;
81+
# if artifact has baselined warnings, run AOT checks;
8282
# otherwise use AotCompatOptOut from project settings
8383
$shouldAot = GetValueSafelyFrom-Yaml $ciProps.ParsedYml @("extends", "parameters", "CheckAOTCompat")
8484
if ($null -ne $shouldAot) {

0 commit comments

Comments
 (0)