diff --git a/eng/pipelines/templates/stages/vmr-build.yml b/eng/pipelines/templates/stages/vmr-build.yml index 216be2415593..1f082f648a2a 100644 --- a/eng/pipelines/templates/stages/vmr-build.yml +++ b/eng/pipelines/templates/stages/vmr-build.yml @@ -1092,3 +1092,19 @@ stages: targetArchitecture: arm64 extraProperties: /p:PgoInstrument=true runTests: false + + - template: ../jobs/vmr-build.yml + parameters: + buildName: Windows_Sdk_Join + isBuiltFromVmr: ${{ parameters.isBuiltFromVmr }} + vmrBranch: ${{ variables.VmrBranch }} + architecture: x64 + pool: ${{ parameters.pool_Windows }} + targetOS: windows + targetArchitecture: x64 + runTests: false + buildPass: 2 + reuseBuildArtifactsFrom: + - Windows_x64 + - Windows_x86 + - Windows_arm64 diff --git a/src/SourceBuild/content/repo-projects/sdk.proj b/src/SourceBuild/content/repo-projects/sdk.proj index 858678e015ac..10633cef6990 100644 --- a/src/SourceBuild/content/repo-projects/sdk.proj +++ b/src/SourceBuild/content/repo-projects/sdk.proj @@ -41,7 +41,7 @@ $(BuildArgs) /p:DISABLE_CROSSGEN=true - +