File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 47
47
env :
48
48
EnableTestLogging : true
49
49
MySQLConnectionString : server=localhost;Port=${{ job.services.mysql.ports[3306] }};Uid=root;Pwd=root;Database=test;Allow User Variables=true
50
+ OLEDBConnectionString : Provider=SQLOLEDB;Server=tcp:127.0.0.1,${{ job.services.sqlserver.ports[1433] }};Database=tempdb;User Id=sa;Password=saAccountI#v3rySecure;
50
51
PostgreSqlConnectionString : Server=localhost;Port=${{ job.services.postgres.ports[5432] }};Database=test;User Id=postgres;Password=postgres;
51
- SQLServerConnectionString : Server=tcp:127.0.0.1,${{ job.services.sqlserver.ports[1433] }};Database=tempdb;User Id=sa;Password=g0d4mm!tSQLServer ;
52
+ SQLServerConnectionString : Server=tcp:127.0.0.1,${{ job.services.sqlserver.ports[1433] }};Database=tempdb;User Id=sa;Password=saAccountI#v3rySecure ;
52
53
- name : .NET Lib Pack
53
54
run : dotnet pack Build.csproj --no-build -c Release /p:PackageOutputPath=%CD%\.nupkgs /p:CI=true
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
18
18
POSTGRES_PASSWORD : postgres
19
19
POSTGRES_DB : test
20
20
sqlserver :
21
- image : microsoft/mssql- server-linux :2019-latest
21
+ image : mcr. microsoft.com /mssql/ server:2019-latest
22
22
container_name : sql-server-db
23
23
ports :
24
24
- 1433:1433
You can’t perform that action at this time.
0 commit comments