Skip to content

Commit b2f8b7e

Browse files
Set up CI with Azure Pipelines
[skip ci]
1 parent 91210b8 commit b2f8b7e

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

azure-pipelines.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# .NET Desktop
22
# 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
313
# Add steps that publish symbols, save build artifacts, and more:
414
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
515

@@ -27,7 +37,3 @@ steps:
2737
platform: '$(buildPlatform)'
2838
configuration: '$(buildConfiguration)'
2939

30-
- task: ShellScript@2
31-
displayName: Perform Code Analysis!!
32-
inputs:
33-
scriptPath: codeanalysis.sh

0 commit comments

Comments
 (0)