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 928c011 commit a3f4ae7Copy full SHA for a3f4ae7
test/EntityFrameworkCore.Generator.Core.Tests/appsettings.appveyor.json
@@ -1,5 +1,5 @@
1
{
2
"ConnectionStrings": {
3
- "Tracker": "Server=(local)\\SQL2019;Database=TrackerAppVeyor;Integrated security=SSPI;"
+ "Tracker": "Server=(local)\\SQL2019;Database=TrackerAppVeyor;Integrated security=SSPI;TrustServerCertificate=True"
4
}
5
test/EntityFrameworkCore.Generator.Core.Tests/appsettings.json
-{
+{
- "Tracker": "Data Source=(local);Initial Catalog=TrackerTest;Integrated Security=True"
+ "Tracker": "Data Source=(local);Initial Catalog=TrackerTest;Integrated Security=True;TrustServerCertificate=True"
-}
+}
0 commit comments