From 8e6a0a04e274ac59375af7e3cba153d83d4f2065 Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 13 May 2021 14:22:00 -0700 Subject: [PATCH 1/2] Enable Arcade powered source-build --- .azure/pipelines/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 3b987a83011b..eceab2026f41 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -141,6 +141,7 @@ stages: jobName: Windows_build jobDisplayName: "Build: Windows x64/x86" agentOs: Windows + enableSourceBuild: true steps: - script: "echo ##vso[build.addbuildtag]daily-build" condition: and(notin(variables['Build.Reason'], 'PullRequest'), notin(variables['DotNetFinalVersionKind'], 'release', 'prerelease')) From 41b654c6da3709af0c7297822f59444997900b1f Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 13 May 2021 14:28:45 -0700 Subject: [PATCH 2/2] Fixup --- .azure/pipelines/jobs/default-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure/pipelines/jobs/default-build.yml b/.azure/pipelines/jobs/default-build.yml index cd8196854c08..4bf2f21476f1 100644 --- a/.azure/pipelines/jobs/default-build.yml +++ b/.azure/pipelines/jobs/default-build.yml @@ -90,6 +90,8 @@ jobs: mergeTestResults: true testRunTitle: ${{ parameters.testRunTitle }} enableTelemetry: true + ${{ if eq(parameters.enableSourceBuild, true) }}: + enableSourceBuild: true helixRepo: dotnet/aspnetcore helixType: build.product/ workspace: