Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
Fix pipeline names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft committed Jul 4, 2019
1 parent ca6064b commit 168106e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
gtkProject: 'TsinghuaNet.Eto/TsinghuaNet.Eto.Gtk/TsinghuaNet.Eto.Gtk.csproj'

jobs:
- job: Linux-CLI
- job: Linux_CLI
pool:
vmImage: 'ubuntu-16.04'
steps:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
inputs:
artifactName: 'publish'

- job: MacOS-CLI
- job: MacOS_CLI
pool:
vmImage: 'macOS-10.14'
steps:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
inputs:
artifactName: 'publish'

- job: Windows-CLI
- job: Windows_CLI
pool:
vmImage: 'windows-2019'
steps:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
inputs:
artifactName: 'publish'

- job: Windows-Eto
- job: Windows_Eto
pool:
vmImage: 'windows-2019'
steps:
Expand Down

0 comments on commit 168106e

Please sign in to comment.