Skip to content

Commit

Permalink
Test CI: hava red, dotnet green
Browse files Browse the repository at this point in the history
  • Loading branch information
costin-zaharia-sonarsource committed Apr 26, 2024
1 parent 735b0a1 commit 917fbc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ stages:
condition: eq(dependencies.runUnitTestsDotNet.result, 'Succeeded')
dependsOn:
- runUnitTestsDotNet
- runJavaUnitTests
steps:
- task: NuGetToolInstaller@1
displayName: "Install NuGet"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ public CSharp(Configuration configuration) {
this.configuration = configuration;
}

private void UnusedMethod(){}

@Override
public String[] getFileSuffixes() {
return configuration.getStringArray(CSharpPlugin.FILE_SUFFIXES_KEY);
Expand Down

0 comments on commit 917fbc4

Please sign in to comment.