Merged PR 21093: Fix official builds for azdo PRs
authorSantiago Fernandez Madero <safern@microsoft.com>
Tue, 8 Feb 2022 22:57:01 +0000 (22:57 +0000)
committerSantiago Fernandez Madero <safern@microsoft.com>
Tue, 8 Feb 2022 22:57:01 +0000 (22:57 +0000)
When running on PRs there was a dependency calculated as a "Debug" build however on the official build everything is run as Release, so the yml expansion was failing for PRs as the job dependency didn't exist.

Related work items: #15, #16, #32, #143

eng/pipelines/runtime-official.yml

index 217755e..cee8a44 100644 (file)
@@ -386,7 +386,7 @@ stages:
       jobParameters:
         isOfficialBuild: ${{ variables.isOfficialBuild }}
         liveRuntimeBuildConfig: release
-        liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
+        liveLibrariesBuildConfig: Release
         pgoType: 'PGO'
       platforms:
       - windows_x64