Thanks to visit codestin.com Credit goes to github.com
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 170aae6 commit d21ba9fCopy full SHA for d21ba9f
src/FluentMigrator.DotNet.Cli/Properties/launchSettings.json
@@ -2,7 +2,7 @@
2
"profiles": {
3
"FluentMigrator.DotNet.Cli": {
4
"commandName": "Project",
5
- "commandLineArgs": "migrate -p SqlServer2016 -c \"Server=localhost;Database=FluentMigrator;Integrated Security=SSPI;TrustServerCertificate=True;\" --assembly ..\\..\\..\\..\\..\\samples\\FluentMigrator.Example.Migrations\\bin\\Debug\\netstandard2.0\\FluentMigrator.Example.Migrations.dll"
+ "commandLineArgs": "migrate -p SqlServer -c \"Server=localhost;Database=FluentMigrator;Integrated Security=SSPI;TrustServerCertificate=True;\" --assembly ..\\..\\..\\..\\..\\samples\\FluentMigrator.Example.Migrations\\bin\\Debug\\netstandard2.0\\FluentMigrator.Example.Migrations.dll"
6
}
7
8
0 commit comments