Skip to content

Commit

Permalink
http-java-client, temporary ignore Generate-APIView-CodeFile failure (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Nov 26, 2024
1 parent ba767e9 commit 7e824b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/http-client-java/eng/scripts/Build-Packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ try {
$file = Invoke-LoggedCommand "npm pack -q"
Copy-Item $file -Destination "$outputPath/packages"

$exitCodeBeforeApiView = $global:LASTEXITCODE
& "$packageRoot/../../eng/emitters/scripts/Generate-APIView-CodeFile.ps1" -ArtifactPath "$outputPath/packages"
# temporary ignore Generate-APIView-CodeFile.ps1 failure
$global:LASTEXITCODE = $exitCodeBeforeApiView

Write-PackageInfo -packageName "typespec-http-client-java" -directoryPath "packages/http-client-java/emitter/src" -version $emitterVersion
}
Expand Down

0 comments on commit 7e824b5

Please sign in to comment.