We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c6af6 commit 6ab2949Copy full SHA for 6ab2949
its/src/test/java/com/sonar/it/scanner/msbuild/VBNetTest.java
@@ -61,8 +61,9 @@ public static void checkSkip() {
61
public static Orchestrator ORCHESTRATOR = Orchestrator.builderEnv()
62
.setOrchestratorProperty("vbnetVersion", "LATEST_RELEASE")
63
.addPlugin("vbnet")
64
- .addPlugin("fxcop")
65
.activateLicense("vbnet")
+ .setOrchestratorProperty("fxcopVersion", "LATEST_RELEASE")
66
+ .addPlugin("fxcop")
67
.build();
68
69
@ClassRule
0 commit comments