Skip to content

Commit 6ab2949

Browse files
committed
Fix VBNet IT
1 parent 61c6af6 commit 6ab2949

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

its/src/test/java/com/sonar/it/scanner/msbuild/VBNetTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ public static void checkSkip() {
6161
public static Orchestrator ORCHESTRATOR = Orchestrator.builderEnv()
6262
.setOrchestratorProperty("vbnetVersion", "LATEST_RELEASE")
6363
.addPlugin("vbnet")
64-
.addPlugin("fxcop")
6564
.activateLicense("vbnet")
65+
.setOrchestratorProperty("fxcopVersion", "LATEST_RELEASE")
66+
.addPlugin("fxcop")
6667
.build();
6768

6869
@ClassRule

0 commit comments

Comments
 (0)