|
|
@ -20,8 +20,7 @@ steps:
|
|
|
|
- cd API_SQLuedo/
|
|
|
|
- cd API_SQLuedo/
|
|
|
|
- dotnet restore API_SQLuedo.sln
|
|
|
|
- dotnet restore API_SQLuedo.sln
|
|
|
|
- dotnet test API_SQLuedo.sln -c Release --no-build --no-restore
|
|
|
|
- dotnet test API_SQLuedo.sln -c Release --no-build --no-restore
|
|
|
|
depends_on:
|
|
|
|
depends_on: [ build ]
|
|
|
|
- [build]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: code-inspection
|
|
|
|
- name: code-inspection
|
|
|
|
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8
|
|
|
|
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8
|
|
|
@ -41,5 +40,4 @@ steps:
|
|
|
|
- reportgenerator -reports:"**/coverage.cobertura.xml" -reporttypes:SonarQube -targetdir:"coveragereport"
|
|
|
|
- reportgenerator -reports:"**/coverage.cobertura.xml" -reporttypes:SonarQube -targetdir:"coveragereport"
|
|
|
|
- dotnet publish API_SQLuedo.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release
|
|
|
|
- dotnet publish API_SQLuedo.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release
|
|
|
|
- dotnet sonarscanner end /d:sonar.login=$${sonar_token}
|
|
|
|
- dotnet sonarscanner end /d:sonar.login=$${sonar_token}
|
|
|
|
depends_on:
|
|
|
|
depends_on: [ build ]
|
|
|
|
- [build]
|
|
|
|
|