-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable sonarqube analysis. #122
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i understand that the builds are timing out, but we build the SDK's for developers of certain versions of the framework, not to please a build system,. So, please revert and find another solution to build only those targets that have different code paths. You can put on the command line which targets to build for testing and which not
@samatrhea i just want to investigate if versions of framework are the root cost of timing out. will revert that soon. |
appveyor.yml
Outdated
-log:Error | ||
-register | ||
-target:"dotnet" | ||
-targetargs:"test --framework net45 --filter=""(TestCategory!~WebServicesDependent) & (TestCategory!~AppVeyorExclusion)"" --configuration %CONFIGURATION% -v q" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you include one of the netstandard ones here as well. There is a codepath difference between the .NET Framework and .NET Standard
Netcore build enabled. Test Results available and artifacts returned.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (1.8.0_221) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11. |
Prerequisites
Description