Skip to content
Merged
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
10 changes: 4 additions & 6 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ variables:
- name: Codeql.Cadence
value: 0

- group: DotNet-Symbol-Server-Pats

resources:
repositories:
- repository: 1ESPipelineTemplates
Expand Down Expand Up @@ -105,14 +103,15 @@ extends:
enableMicrobuild: true
enablePublishTestResults: true
testResultsFormat: 'vstest'
enablePublishUsingPipelines: true
publishingVersion: 4
artifacts:
publish:
logs: true
manifests: true
enableTelemetry: true
jobs:
- job: Windows
enablePublishing: true
Comment thread
mmitche marked this conversation as resolved.
timeoutInMinutes: 90
pool:
name: $(DncEngInternalBuildPool)
Expand Down Expand Up @@ -148,9 +147,6 @@ extends:
-prepareMachine
/p:TeamName=$(_TeamName)
/p:DotNetFinalVersionKind=$(_ReleaseVersionKind)
/p:DotNetPublishUsingPipelines=true
/p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat)
/p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat)
/p:OfficialBuildId=$(BUILD.BUILDNUMBER)
/p:ProductsToBuild=$(_Products)
/p:Test=false
Expand Down Expand Up @@ -260,3 +256,5 @@ extends:
LclPackageId: 'LCL-JUNO-PROD-TESTFX'

- template: eng/common/templates-official/post-build/post-build.yml@self
parameters:
publishingInfraVersion: 4
Comment thread
mmitche marked this conversation as resolved.
5 changes: 2 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ stages:
enableMicrobuild: true
enablePublishTestResults: true
testResultsFormat: 'vstest'
enablePublishUsingPipelines: true
artifacts:
publish:
artifacts: true
Expand Down Expand Up @@ -283,10 +282,10 @@ stages:
- template: /eng/common/templates/jobs/jobs.yml
parameters:
enableMicrobuild: true
enablePublishUsingPipelines: true
artifacts:
publish:
logs: true
logs:
name: 'Logs_Build_$(Agent.JobName)_$(_BuildConfig)'
manifests: true
enableTelemetry: true
jobs:
Expand Down
5 changes: 5 additions & 0 deletions eng/Publishing.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<PublishingVersion>4</PublishingVersion>
</PropertyGroup>
</Project>