We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2c0e5 commit 25de6cdCopy full SHA for 25de6cd
azure-pipelines.yml
@@ -19,10 +19,5 @@ steps:
19
jdkArchitectureOption: 'x64'
20
publishJUnitResults: false
21
testResultsFiles: 'Win10.xml'
22
- goals: 'test'
+ goals: 'clean test -Dsurefire.suiteXmlFiles=Win10.xml'
23
24
-
25
-- script: |
26
- echo Add other tasks to build, test, and deploy your project.
27
- echo See https://aka.ms/yaml
28
- displayName: 'Run a multi-line script'
0 commit comments