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 48f0423 commit 476feeeCopy full SHA for 476feee
.ci/azure-pipelines.yml
@@ -46,14 +46,6 @@ jobs:
46
python .ci/display_test.py
47
displayName: Install test offscreen rendering
48
49
- - script : |
50
- tasklist /FI "IMAGENAME eq Ans.Dpf.Grpc.exe" 2>NUL | find /I /N "Ans.Dpf.Grpc.exe">NUL
51
- ECHO %ERRORLEVEL%
52
- if "%ERRORLEVEL%"=="0"(taskkill /f /im Ans.Dpf.Grpc.exe)
53
- displayName: 'Kill all servers'
54
- condition: always()
55
- continueOnError: true
56
-
57
- task: UsePythonVersion@0
58
inputs:
59
versionSpec: $(python.version)
0 commit comments