diff --git a/eng/pipelines/templates/stages/vmr-build.yml b/eng/pipelines/templates/stages/vmr-build.yml index fc11b522df1c..53b0ebc785e2 100644 --- a/eng/pipelines/templates/stages/vmr-build.yml +++ b/eng/pipelines/templates/stages/vmr-build.yml @@ -374,6 +374,16 @@ stages: targetOS: linux targetArchitecture: x64 + - template: ../jobs/vmr-build.yml + parameters: + buildName: Windows_BuildTests + isBuiltFromVmr: ${{ parameters.isBuiltFromVmr }} + vmrBranch: ${{ variables.VmrBranch }} + pool: ${{ parameters.pool_Windows }} + targetOS: windows + targetArchitecture: x64 + extraProperties: /p:DotNetBuildTests=true + #### VERTICAL BUILD (Official) #### - ${{ if not(parameters.isSourceOnlyBuild) }}: - stage: VMR_Vertical_Build diff --git a/src/SourceBuild/content/repo-projects/sdk.proj b/src/SourceBuild/content/repo-projects/sdk.proj index d374626251e9..cb35ff50c040 100644 --- a/src/SourceBuild/content/repo-projects/sdk.proj +++ b/src/SourceBuild/content/repo-projects/sdk.proj @@ -3,6 +3,9 @@ true + + true + $(BuildArgs) -nativeToolsOnMachine $(BuildArgs) /p:PackageProjectUrl=https://github.com/dotnet/sdk $(BuildArgs) /p:PortableRid=$(PortableRid) diff --git a/src/SourceBuild/content/repo-projects/winforms.proj b/src/SourceBuild/content/repo-projects/winforms.proj index 9981d3347f2b..690d4c21ed0b 100644 --- a/src/SourceBuild/content/repo-projects/winforms.proj +++ b/src/SourceBuild/content/repo-projects/winforms.proj @@ -3,6 +3,9 @@ true + + true + $(BuildArgs) $(FlagParameterPrefix)v $(LogVerbosity) $(BuildArgs) $(FlagParameterPrefix)NativeToolsOnMachine