We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22fbc53 commit 2036f44Copy full SHA for 2036f44
1 file changed
azure-pipelines/pipelines.yaml
@@ -58,26 +58,26 @@ stages:
58
59
- stage: Pydevd
60
jobs:
61
- - job: pydevd_binaries
62
- displayName: Build pydevd binaries
+ - job: Build
+ displayName: Build
63
64
strategy:
65
matrix:
66
- windows:
+ Windows:
67
image: windows-latest
68
contents: |
69
*.exe
70
*.dll
71
*.pdb
72
script: $(Build.SourcesDirectory)/$(PYDEVD_ATTACH_TO_PROCESS)/windows/compile_windows.bat
73
workingDirectory: $(Build.SourcesDirectory)/$(PYDEVD_ATTACH_TO_PROCESS)/windows
74
- mac:
+ macOS:
75
image: macOS-latest
76
77
*.dylib
78
script: $(Build.SourcesDirectory)/$(PYDEVD_ATTACH_TO_PROCESS)/linux_and_mac/compile_mac.sh
79
workingDirectory: $(System.DefaultWorkingDirectory)
80
- linux:
+ Linux:
81
image: ubuntu-latest
82
83
*.so
0 commit comments