mirror of
https://github.com/theonedev/onedev.git
synced 2025-12-08 18:26:30 +00:00
chore: Disable roslynator check by default in .net job suggestion
This commit is contained in:
parent
8a0d0a1c17
commit
97b3c90fcd
@ -57,7 +57,7 @@ public class DotnetJobSuggestion implements JobSuggestion {
|
||||
"set -e\n" +
|
||||
"dotnet tool install -g roslynator.dotnet.cli\n" +
|
||||
"dotnet test -l trx --collect:\"XPlat Code Coverage\"\n" +
|
||||
"/root/.dotnet/tools/roslynator analyze -o roslynator-analysis.xml\n");
|
||||
"#/root/.dotnet/tools/roslynator analyze -o roslynator-analysis.xml\n");
|
||||
job.getSteps().add(testAndAnalyze);
|
||||
|
||||
var publishUnitTestReportStep = new PublishTRXReportStep();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user