File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : FileSystem [Build]
22
33env :
4- JAVA_VERSION : 11
4+ JAVA_VERSION : 17
55 JAVA_DISTRIBUTION : microsoft
66 DOTNET_VERSION : 7.0.x
77 DOTNET_BUILD_CONFIGURATION : Release
4949 - name : Build solution
5050 run : dotnet build -c ${{ env.DOTNET_BUILD_CONFIGURATION }} /warnaserror
5151
52- - name : Test solution
53- run : dotnet test --no-build -c ${{ env.DOTNET_BUILD_CONFIGURATION }} --verbosity normal
54-
5552 - name : Cleanup solution
5653 run : dotnet clean
5754
6057 run : |
6158 .\.sonar\scanner\dotnet-sonarscanner begin /k:"${{ env.SONAR_PROJECT }}" /o:"${{ env.SONAR_ORGANIZATION }}" /d:sonar.login="${{ env.SONAR_TOKEN }}" /d:sonar.host.url="${{ env.SONAR_HOST }}"
6259 dotnet build -c ${{ env.DOTNET_BUILD_CONFIGURATION }}
60+ dotnet test --no-build -c ${{ env.DOTNET_BUILD_CONFIGURATION }} --verbosity normal
6361 .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ env.SONAR_TOKEN }}"
You can’t perform that action at this time.
0 commit comments