Skip to content

Commit 25de6cd

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines for run file
1 parent 4b2c0e5 commit 25de6cd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

azure-pipelines.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,5 @@ steps:
1919
jdkArchitectureOption: 'x64'
2020
publishJUnitResults: false
2121
testResultsFiles: 'Win10.xml'
22-
goals: 'test'
22+
goals: 'clean test -Dsurefire.suiteXmlFiles=Win10.xml'
2323

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

Comments
 (0)