Skip to content

Commit c8fa888

Browse files
committed
Drop auto-insertion tag handling
Now that official and unofficial pipelines are distinct, there's no real reason to avoid triggering an insertion with every official build.
1 parent af0a762 commit c8fa888

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

azure-pipelines/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,6 @@ jobs:
194194
- powershell: Write-Host "##vso[task.setvariable variable=PROFILINGINPUTSDROPNAME]$(tools/variables/ProfilingInputsDropName.ps1)"
195195
displayName: ⚙ Set ProfilingInputsDropName for optprof
196196

197-
- ${{ if eq(variables['Build.Reason'], 'Schedule') }}:
198-
- template: schedule-only-steps.yml
199-
200197
- template: install-dependencies.yml
201198

202199
- script: dotnet nbgv cloud -ca

azure-pipelines/schedule-only-steps.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

azure-pipelines/vs-insertion.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ resources:
1515
trigger:
1616
tags:
1717
- Real signed
18-
- auto-insertion
1918

2019
variables:
2120
- template: GlobalVariables.yml

0 commit comments

Comments
 (0)