Browse Source

Revert "ci: ignore errors deleting user app directories on WOA testing"

This reverts commit 59b3397ea501990a007fa95f1cdd043b53ccac5b.
John Kleinschmidt 4 years ago
parent
commit
4ba5381e8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      azure-pipelines-woa.yml

+ 1 - 1
azure-pipelines-woa.yml

@@ -93,6 +93,6 @@ steps:
   condition: always()
 
 - powershell: |
-    Remove-Item -path $env:APPDATA/Electron* -Recurse -Force -ErrorAction Ignore
+    Remove-Item -path $env:APPDATA/Electron* -Recurse
   displayName: 'Delete user app data directories'
   condition: always()