Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit d17c9a1

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/src/views/ip-1.1.9
2 parents a888279 + 70b751e commit d17c9a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ jobs:
107107
displayName: Add Arduino IDE to PATH
108108
- script: npm test --silent
109109
displayName: Run tests
110+
- task: DeleteFiles@1
111+
inputs:
112+
SourceFolder: $(Build.SourcesDirectory)/.vscode-test
113+
Contents: "*"
114+
RemoveSourceFolder: true
110115
- task: PostAnalysis@2
111116
displayName: Check for compliance errors
112117
inputs:

0 commit comments

Comments
 (0)