ci: ignore errors deleting user app directories on WOA testing
This commit is contained in:
parent
3250ef551c
commit
59b3397ea5
1 changed files with 1 additions and 1 deletions
|
@ -93,6 +93,6 @@ steps:
|
||||||
condition: always()
|
condition: always()
|
||||||
|
|
||||||
- powershell: |
|
- powershell: |
|
||||||
Remove-Item -path $env:APPDATA/Electron* -Recurse
|
Remove-Item -path $env:APPDATA/Electron* -Recurse -Force -ErrorAction Ignore
|
||||||
displayName: 'Delete user app data directories'
|
displayName: 'Delete user app data directories'
|
||||||
condition: always()
|
condition: always()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue