We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
auto-insertion
1 parent af0a762 commit c8fa888Copy full SHA for c8fa888
azure-pipelines/build.yml
@@ -194,9 +194,6 @@ jobs:
194
- powershell: Write-Host "##vso[task.setvariable variable=PROFILINGINPUTSDROPNAME]$(tools/variables/ProfilingInputsDropName.ps1)"
195
displayName: ⚙ Set ProfilingInputsDropName for optprof
196
197
- - ${{ if eq(variables['Build.Reason'], 'Schedule') }}:
198
- - template: schedule-only-steps.yml
199
-
200
- template: install-dependencies.yml
201
202
- script: dotnet nbgv cloud -ca
azure-pipelines/schedule-only-steps.yml
azure-pipelines/vs-insertion.yml
@@ -15,7 +15,6 @@ resources:
15
trigger:
16
tags:
17
- Real signed
18
- - auto-insertion
19
20
variables:
21
- template: GlobalVariables.yml
0 commit comments