We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0525de6 commit f7e4a0dCopy full SHA for f7e4a0d
build.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
set -e;
4
-export Hangfire_SqlServer_ConnectionStringTemplate="Server=tcp:127.0.0.1,1433;Database={0};User Id=sa;Password=Password12!";
+export Hangfire_SqlServer_ConnectionStringTemplate="Server=tcp:127.0.0.1,1433;Database={0};User Id=sa;Password=Password12!;TrustServerCertificate=True";
5
6
if hash dotnet 2>/dev/null;
7
then
0 commit comments