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
8 changes: 0 additions & 8 deletions .vsts-ci-richnav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ pr: none
variables:
- name: teamName
value: Roslyn-Project-System
- name: _DotNetPublishToBlobFeed
value: false
- name: _DotNetArtifactsCategory
value: .NETCore
- name: _DotNetValidationArtifactsCategory
value: .NETCore
- name: _PublishToAzure
value: false
- name: PostBuildSign
value: true

Expand Down
11 changes: 2 additions & 9 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ trigger:
batch: true
branches:
include:
- master
- main
- release/*
- internal/release/3.*
Expand All @@ -16,12 +15,6 @@ trigger:
variables:
- name: teamName
value: Roslyn-Project-System
- name: _DotNetPublishToBlobFeed
value: false
- name: _DotNetArtifactsCategory
value: .NETCore
- name: _DotNetValidationArtifactsCategory
value: .NETCore
- name: PostBuildSign
value: true
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
Expand All @@ -32,8 +25,6 @@ variables:
- name: "skipComponentGovernanceDetection"
value: "true"
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
- name: _DotNetPublishToBlobFeed
value: true
- name: _OfficialBuildArgs
value: /p:OfficialBuilder=Microsoft
- group: DotNetBuilds storage account read tokens
Expand Down Expand Up @@ -174,6 +165,7 @@ stages:
- template: /eng/common/templates/job/publish-build-assets.yml
parameters:
publishUsingPipelines: true
publishAssetsImmediately: true
dependsOn:
- Windows_NT
- Source_Build_Managed
Expand All @@ -189,6 +181,7 @@ stages:
enableNugetValidation: false
enableSourceLinkValidation: false
publishInstallersAndChecksums: true
publishAssetsImmediately: true
SDLValidationParameters:
enable: false
params: ' -SourceToolsList @("policheck","credscan")
Expand Down