You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN dotnet sonarscanner begin /k:"Template" /d:sonar.host.url="http://10.11.4.172:9000" /d:sonar.login="af909261a2f77dcd104c0431238a50c37a2a55e6" /d:sonar.cs.opencover.reportsPaths="./**/coverage.opencover.xml"
RUN dotnet build
RUN dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --no-build
RUN dotnet sonarscanner end /d:sonar.login="af909261a2f77dcd104c0431238a50c37a2a55e6"