mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Change job names in build matrix
This commit is contained in:
parent
22fbc53ee3
commit
2036f44606
1 changed files with 5 additions and 5 deletions
|
|
@ -58,12 +58,12 @@ stages:
|
|||
|
||||
- stage: Pydevd
|
||||
jobs:
|
||||
- job: pydevd_binaries
|
||||
displayName: Build pydevd binaries
|
||||
- job: Build
|
||||
displayName: Build
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
windows:
|
||||
Windows:
|
||||
image: windows-latest
|
||||
contents: |
|
||||
*.exe
|
||||
|
|
@ -71,13 +71,13 @@ stages:
|
|||
*.pdb
|
||||
script: $(Build.SourcesDirectory)/$(PYDEVD_ATTACH_TO_PROCESS)/windows/compile_windows.bat
|
||||
workingDirectory: $(Build.SourcesDirectory)/$(PYDEVD_ATTACH_TO_PROCESS)/windows
|
||||
mac:
|
||||
macOS:
|
||||
image: macOS-latest
|
||||
contents: |
|
||||
*.dylib
|
||||
script: $(Build.SourcesDirectory)/$(PYDEVD_ATTACH_TO_PROCESS)/linux_and_mac/compile_mac.sh
|
||||
workingDirectory: $(System.DefaultWorkingDirectory)
|
||||
linux:
|
||||
Linux:
|
||||
image: ubuntu-latest
|
||||
contents: |
|
||||
*.so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue