File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments