#2620: remove shell
This commit is contained in:
@@ -119,7 +119,6 @@ stages:
|
|||||||
fi
|
fi
|
||||||
displayName: 'Run notebooks on Linux and macOS'
|
displayName: 'Run notebooks on Linux and macOS'
|
||||||
condition: or(eq(variables['Agent.OS'], 'Linux'), eq(variables['Agent.OS'], 'Darwin'))
|
condition: or(eq(variables['Agent.OS'], 'Linux'), eq(variables['Agent.OS'], 'Darwin'))
|
||||||
shell: bash
|
|
||||||
|
|
||||||
# Run notebooks
|
# Run notebooks
|
||||||
- script: |
|
- script: |
|
||||||
@@ -133,7 +132,6 @@ stages:
|
|||||||
}
|
}
|
||||||
displayName: 'Run notebooks on Windows'
|
displayName: 'Run notebooks on Windows'
|
||||||
condition: eq(variables['Agent.OS'], 'Windows_NT')
|
condition: eq(variables['Agent.OS'], 'Windows_NT')
|
||||||
shell: pwsh
|
|
||||||
|
|
||||||
- task: PublishTestResults@2
|
- task: PublishTestResults@2
|
||||||
condition: succeededOrFailed()
|
condition: succeededOrFailed()
|
||||||
|
|||||||
Reference in New Issue
Block a user