Skip to content

Commit

Permalink
build(tc): pick 3.15 version of NUnit due to .NET 7.0 (#3035)
Browse files Browse the repository at this point in the history
  • Loading branch information
lossir authored Nov 13, 2022
1 parent f419b05 commit 6dc9f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ object Validations_LintTest : BuildType({
nunit {
name = "Run tests"
id = "RUNNER_7"
nunitPath = "%teamcity.tool.NUnit.Console.DEFAULT%"
nunitPath = "%teamcity.tool.NUnit.Console.3.15.2%"
includeTests = """packages\react-ui-validations\selenium-tests\ValidationTests\bin\Debug\ValidationTests.dll"""
}
}
Expand Down

0 comments on commit 6dc9f3b

Please sign in to comment.