trigger:
- none
pr:
- none
variables:
vswdbotLogin: vswdbot
appiumVersion: 1.21.0
expoCLIVersion: latest
smokeTestDirectory: test/smoke
jobs:
- job: Windows
pool:
name: "React Native smoke tests - Windows"
timeoutInMinutes: 85
steps:
- checkout: self
clean: true
- bash: |
cd $APPDATA && cd ../Local
rm -rf ./Temp/metro-cache
rm -rf ./Temp/haste-map-metro-*
rm -rf ./Temp/react-native-*
rm -rf ./Yarn/Cache
displayName: Clear RN, Yarn cache
- template: smoke-tests-common-validation.ymlmicrosoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
.ci/smoke/smoke-tests-windows.yml
27lines · modepreview