-
Getting this error while executing the build.ps1 script. Target with name 'Server=localhost\SQLEXPRESS;Database=MyMeetings;Trusted_Connection=True;' does not exist. Available targets are:
|
Beta Was this translation helpful? Give feedback.
Answered by
vikramvee
Jan 29, 2024
Replies: 1 comment 3 replies
-
What exact command are you using? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got below error after executing the command you mentioned:
A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.
But resolved it by using the below command:
.\build MigrateDatabase --DatabaseConnectionString "Server=localhost\SQLEXPRESS;Database=MyMeetings;Trusted_Connection=True;TrustServerCertificate=True"
Looked like it executes fine untill I got another SQL exception: