aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-01-05 16:01:42 +0900
committerdkanada <dkanada@users.noreply.github.com>2020-01-05 16:01:42 +0900
commitf1008ab58d1b7dc9139f31e0a60f15e4be96aa4f (patch)
tree5949ea02b764cf083ff930f3c261dd7165a2f11e
parente5e0166951414044b4c251fc562bb8d40620ca1f (diff)
update job names
-rw-r--r--.ci/azure-pipelines.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml
index 6e6cd0058..992753623 100644
--- a/.ci/azure-pipelines.yml
+++ b/.ci/azure-pipelines.yml
@@ -19,9 +19,9 @@ jobs:
vmImage: ubuntu-latest
strategy:
matrix:
- release:
+ Release:
BuildConfiguration: Release
- debug:
+ Debug:
BuildConfiguration: Debug
maxParallel: 2
steps:
@@ -191,12 +191,12 @@ jobs:
# #publishRunAttachments: true # Optional
- job: main_build_win
- displayName: Main Build Windows
+ displayName: Publish Windows
pool:
vmImage: windows-latest
strategy:
matrix:
- release:
+ Release:
BuildConfiguration: Release
maxParallel: 2
steps:
@@ -373,5 +373,3 @@ jobs:
script: 'dotnet tools/CompatibilityCheckerCoreCLI.dll current-release/$(AssemblyFileName) new-release/$(AssemblyFileName) --azure-pipelines'
workingDirectory: $(System.ArtifactsDirectory) # Optional
#failOnStderr: false # Optional
-
-