Skip to content

Commit

Permalink
Skip ApiCompat for SDK automation (#37688)
Browse files Browse the repository at this point in the history
  • Loading branch information
live1206 authored Jul 18, 2023
1 parent dde139c commit 39b8d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/scripts/automation/GenerateAndBuildLib.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ function GeneratePackage()
} else {
# Build
Write-Host "Start to build sdk: $projectFolder"
dotnet build $projectFolder
dotnet build $projectFolder /p:RunApiCompat=$false
if ( !$? ) {
Write-Error "Failed to build sdk. exit code: $?"
$result = "failed"
Expand Down

0 comments on commit 39b8d6f

Please sign in to comment.