We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91210b8 commit b2f8b7eCopy full SHA for b2f8b7e
1 file changed
azure-pipelines.yml
@@ -1,5 +1,15 @@
1
# .NET Desktop
2
# Build and run tests for .NET Desktop or Windows classic desktop solutions.
3
+- task: Maven@3
4
+ inputs:
5
+ mavenPomFile: 'pom.xml'
6
+ publishJUnitResults: true
7
+ testResultsFiles: '**/surefire-reports/TEST-*.xml'
8
+ javaHomeOption: 'JDKVersion'
9
+ mavenVersionOption: 'Default'
10
+ mavenAuthenticateFeed: false
11
+ effectivePomSkip: false
12
+ sonarQubeRunAnalysis: false
13
# Add steps that publish symbols, save build artifacts, and more:
14
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
15
@@ -27,7 +37,3 @@ steps:
27
37
platform: '$(buildPlatform)'
28
38
configuration: '$(buildConfiguration)'
29
39
30
-- task: ShellScript@2
31
- displayName: Perform Code Analysis!!
32
- inputs:
33
- scriptPath: codeanalysis.sh
0 commit comments