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 8b6d0d8 commit f3331d7Copy full SHA for f3331d7
Provider/tests.ps1
@@ -111,7 +111,7 @@ function Tests-EFCore() {
111
Check-ExitCode { dotnet FirebirdSql.EntityFrameworkCore.Firebird.Tests.dll --labels=All }
112
113
cd "$baseDir\src\FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests"
114
- Check-ExitCode { dotnet test }
+ Check-ExitCode { dotnet test --no-build -c $Configuration }
115
}
116
117
echo "=== END ==="
0 commit comments