Skip to content

Commit e4fb730

Browse files
authored
Fix runtime-official when executed against PRs in azdo (#65034)
1 parent 956c125 commit e4fb730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/runtime-official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ stages:
392392
jobParameters:
393393
isOfficialBuild: ${{ variables.isOfficialBuild }}
394394
liveRuntimeBuildConfig: release
395-
liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
395+
liveLibrariesBuildConfig: Release
396396
pgoType: 'PGO'
397397
platforms:
398398
- windows_x64

0 commit comments

Comments
 (0)