Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down
2 changes: 2 additions & 0 deletions .azure/pipelines/jobs/default-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down