Skip to content

Commit 476feee

Browse files
committed
fix pipelines
1 parent 48f0423 commit 476feee

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.ci/azure-pipelines.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ jobs:
4646
python .ci/display_test.py
4747
displayName: Install test offscreen rendering
4848
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-
5749
- task: UsePythonVersion@0
5850
inputs:
5951
versionSpec: $(python.version)

0 commit comments

Comments
 (0)