Skip to content

Commit

Permalink
Improve first look grokability on PR result status.
Browse files Browse the repository at this point in the history
Currently it shows (Build Build LInux & Mac) because it combines the name of the stage (Build) and the name of the Job (Build Linux & Mac).  Just removing the second build.
  • Loading branch information
gfs committed Jun 1, 2020
1 parent f9ad67d commit 25485b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Pipelines/core-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ stages:
- stage: Build
jobs:
- job: build_nix
displayName: Build Linux & Mac
displayName: Linux & Mac
pool:
vmImage: 'ubuntu-latest'
steps:
Expand Down Expand Up @@ -97,7 +97,7 @@ stages:


- job: build_win
displayName: Build Windows, NetCoreApp, Nupkg
displayName: Windows, NetCoreApp, Nupkg
pool:
vmImage: 'windows-latest'
steps:
Expand Down
2 changes: 1 addition & 1 deletion Pipelines/multiextractor-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ stages:
- stage: Build
jobs:
- job: build_win
displayName: Build Nupkg
displayName: Nupkg
pool:
vmImage: 'windows-latest'
steps:
Expand Down

0 comments on commit 25485b6

Please sign in to comment.