kgrzybek / modular-monolith-with-ddd

Full Modular Monolith application with Domain-Driven Design approach.
MIT License
10.89k stars 1.71k forks source link

Getting Sql Server connection issue while building using NUKE #260

Closed srinicrick65 closed 1 year ago

srinicrick65 commented 1 year ago

Hi I am getting the Sql Server connection issue while building using NUKE . I am able to connect to the sql server from VS and i used the same connection string while running the nuke build command . image

Able to connect from Visual studio

image

srinicrick65 commented 1 year ago

Have fixed this . Its should be .\build -MigrateDatabase "Data Source=IN-L-7339305\SQLEXPRESS;Initial Catalog=MyMeetings;Integrated Security=True" . In the read me hyphen was missing before MigrateDatabase