Skip to content

Commit

Permalink
Merge pull request #9201 from davidwengier/IntegrationTestStuff
Browse files Browse the repository at this point in the history
Integration test fixes, skips and logging
  • Loading branch information
davidwengier authored Sep 1, 2023
2 parents b20a99d + 9b52642 commit 1e58500
Show file tree
Hide file tree
Showing 30 changed files with 278 additions and 1,026 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines-integration-dartlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ variables:
value: 'true'
- name: LogLevel
value: 'Verbose'
- name: RAZOR_TRACE
value: 'Verbose'

stages:
- template: \stages\visual-studio\agent.yml@DartLabTemplates
Expand Down
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ variables:
value: true
- name: Codeql.Enabled
value: true
- name: LogLevel
value: 'Verbose'
- name: RAZOR_TRACE
value: 'Verbose'
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
- group: DotNetBuilds storage account read tokens
- name: _InternalRuntimeDownloadArgs
Expand Down

This file was deleted.

Loading

0 comments on commit 1e58500

Please sign in to comment.