Skip to content

Commit

Permalink
Introduce a join point for SdkLocator and VSTemplateLocator
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo Shields committed Sep 26, 2024
1 parent 0dbf544 commit ab76e2f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions eng/pipelines/templates/stages/vmr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/SourceBuild/content/repo-projects/sdk.proj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<BuildArgs Condition="'$(EnablePoison)' == 'true'">$(BuildArgs) /p:DISABLE_CROSSGEN=true</BuildArgs>
</PropertyGroup>

<ItemGroup>
<ItemGroup Condition="'$(DotNetBuildPass)' != ''">
<RepositoryReference Include="arcade" />
<RepositoryReference Include="aspire" />
<RepositoryReference Include="aspnetcore" />
Expand Down

0 comments on commit ab76e2f

Please sign in to comment.