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 2715e6e commit 81a09fcCopy full SHA for 81a09fc
src/SqlClient.Tests/connectionStrings.Azure.config
@@ -0,0 +1,5 @@
1
+<connectionStrings>
2
+ <add name="AdventureWorks" connectionString="Data Source=.;Initial Catalog=AdventureWorks2012;Integrated Security=True" />
3
+ <add name="AdventureWorksDesignOnly" connectionString="Data Source=.;Initial Catalog=AdventureWorks2012;Integrated Security=True" />
4
+ <add name="MasterDb" connectionString="Data Source=.;Initial Catalog=master;Integrated Security=True" />
5
+</connectionStrings>
0 commit comments