Skip to content

Commit 2036f44

Browse files
committed
Change job names in build matrix
1 parent 22fbc53 commit 2036f44

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

azure-pipelines/pipelines.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,26 +58,26 @@ stages:
5858

5959
- stage: Pydevd
6060
jobs:
61-
- job: pydevd_binaries
62-
displayName: Build pydevd binaries
61+
- job: Build
62+
displayName: Build
6363

6464
strategy:
6565
matrix:
66-
windows:
66+
Windows:
6767
image: windows-latest
6868
contents: |
6969
*.exe
7070
*.dll
7171
*.pdb
7272
script: $(Build.SourcesDirectory)/$(PYDEVD_ATTACH_TO_PROCESS)/windows/compile_windows.bat
7373
workingDirectory: $(Build.SourcesDirectory)/$(PYDEVD_ATTACH_TO_PROCESS)/windows
74-
mac:
74+
macOS:
7575
image: macOS-latest
7676
contents: |
7777
*.dylib
7878
script: $(Build.SourcesDirectory)/$(PYDEVD_ATTACH_TO_PROCESS)/linux_and_mac/compile_mac.sh
7979
workingDirectory: $(System.DefaultWorkingDirectory)
80-
linux:
80+
Linux:
8181
image: ubuntu-latest
8282
contents: |
8383
*.so

0 commit comments

Comments
 (0)