Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-paidis-sonarsource committed Mar 20, 2024
1 parent 41a48c6 commit 630fbad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions analyzers/its/regression-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ param
$ruleId,

[Parameter(HelpMessage = "The name of single project to build. If ommited, all projects will be build.")]
[ValidateSet("AnalyzeGenerated.CS", "AnalyzeGenerated.VB", "akka.net", "AutoMapper", "BlazorSample", "CSharpLatest", "Ember-MM", "Nancy", "NetCore31", "Net6", "Net7", "Net8", "ManuallyAddedNoncompliantIssues.CS", "ManuallyAddedNoncompliantIssues.VB", "RazorSample", "Roslyn.1.3.1", "SkipGenerated.CS", "SkipGenerated.VB", "SonarLintExclusions", "WebConfig")]
[ValidateSet("AnalyzeGenerated.CS", "AnalyzeGenerated.VB", "akka.net", "AutoMapper", "BlazorSample", "CSharpLatest", "Ember-MM", "Nancy", "ManuallyAddedNoncompliantIssues.CS", "ManuallyAddedNoncompliantIssues.VB", "RazorSample", "Roslyn.1.3.1", "SkipGenerated.CS", "SkipGenerated.VB", "SonarLintExclusions", "WebConfig")]
[string]
$project
)
Expand Down Expand Up @@ -261,10 +261,6 @@ try {
Build-Project-MSBuild "SkipGenerated.VB" "SkipGenerated.VB.sln"
Build-Project-MSBuild "WebConfig" "WebConfig.sln"

Build-Project-DotnetTool "NetCore31" "NetCore31.sln"
Build-Project-DotnetTool "Net6" "Net6.sln"
Build-Project-DotnetTool "Net7" "Net7.sln"
Build-Project-DotnetTool "Net8" "Net8.sln"
Build-Project-DotnetTool "akka.net" "src\Akka.sln"
Build-Project-DotnetTool "AutoMapper" "AutoMapper.sln"
Build-Project-DotnetTool "SonarLintExclusions" "SonarLintExclusions.sln"
Expand Down
2 changes: 1 addition & 1 deletion analyzers/its/update-expected.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
param
(
[Parameter(HelpMessage = "The name of single project to update issues for. If ommited, issues for all projects will be updated.")]
[ValidateSet("AnalyzeGenerated.CS", "AnalyzeGenerated.VB", "akka.net", "AutoMapper", "BlazorSample", "CSharpLatest", "Ember-MM", "Nancy", "NetCore31", "Net6", "Net7", "Net8", "ManuallyAddedNoncompliantIssues.CS", "ManuallyAddedNoncompliantIssues.VB", "RazorSample", "Roslyn.1.3.1", "SkipGenerated.CS", "SkipGenerated.VB", "SonarLintExclusions", "WebConfig")]
[ValidateSet("AnalyzeGenerated.CS", "AnalyzeGenerated.VB", "akka.net", "AutoMapper", "BlazorSample", "CSharpLatest", "Ember-MM", "Nancy", "ManuallyAddedNoncompliantIssues.CS", "ManuallyAddedNoncompliantIssues.VB", "RazorSample", "Roslyn.1.3.1", "SkipGenerated.CS", "SkipGenerated.VB", "SonarLintExclusions", "WebConfig")]
[string]
$project
)
Expand Down

0 comments on commit 630fbad

Please sign in to comment.