Skip to content
Open
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
7 changes: 7 additions & 0 deletions azure-pipelines/build-insertion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,20 @@ extends:
InsertAutoComplete: true
ConnectedVSDropServiceName: 'VSEng-VSDrop-MI'
TargetBranch: ${{ parameters.VSInsertTargetBranch }}
# Skip optional commit/work-item enrichment; it is not needed for this repo
# and can otherwise abort the step after the PR has already been created.
AddCommitsToPR: false
LinkWorkItemsToPR: false
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
- download: projectSystemBuild
artifact: symbolsToArchive
displayName: 🔻 Download symbolsToArchive artifact
# Always publish symbols, even if a preceding step reports a non-fatal error.
condition: succeededOrFailed()
- task: MicroBuildArchiveSymbols@6
displayName: 🔣 Archive symbols to Symweb
condition: succeededOrFailed()
inputs:
TeamName: Node Tools for Visual Studio
azureSubscription: 'VSEng-SymbolsUpload' # SERVICE CONNECTION
Expand Down