Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore (CI v5): remove Screener step from pipeline #26088

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ steps:
githubDescription: 'Click "Details" to go to the deployed website for this pull request'
githubTargetLink: $(deployUrl)/index.html

# disable in this branch due to issues installing old version of ngrok
# - script: |
# npm run vrtest
# displayName: run VR Test
# env:
# SCREENER_API_KEY: $(screener.key)

# In theory the "workspace: clean: all" setting should handle this, but it doesn't always seem to work.
# ReallyClean is a custom task from our internal UI Fabric azure-devops-tasks repo which attempts to
# delete the given directory with multiple retries.
Expand Down