Skip to content

Commit

Permalink
Add private runs for netcoreapp2.2 (dotnet#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
michellemcdaniel authored Jun 28, 2019
1 parent f6bbeb6 commit 73e6394
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
benchviewCategory: 'coreclr'
frameworks: # for private jobs we want to benchmark .NET Core 3.0 only
- netcoreapp3.0
- netcoreapp2.2

# Windows x86 micro benchmarks, private job
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
Expand All @@ -117,6 +118,7 @@ jobs:
benchviewCategory: 'coreclr'
frameworks: # for private jobs we want to benchmark .NET Core 3.0 only
- netcoreapp3.0
- netcoreapp2.2

# Ubuntu 1604 x64 micro benchmarks, public correctness job
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
Expand Down Expand Up @@ -152,6 +154,7 @@ jobs:
benchviewCategory: 'coreclr'
frameworks: # for private jobs we want to benchmark .NET Core 3.0 only
- netcoreapp3.0
- netcoreapp2.2

# # Ubuntu 1804 ARM64 micro benchmarks, private correctness job
# - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
Expand Down

0 comments on commit 73e6394

Please sign in to comment.