File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
- 1433/tcp
30
30
env :
31
31
ACCEPT_EULA : Y
32
- SA_PASSWORD : g0d4mm!tSQLServer
32
+ SA_PASSWORD : " Password. "
33
33
mysql :
34
34
image : mysql
35
35
ports :
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
+ OLEDBConnectionString : Provider=SQLOLEDB;Server=localhost ,${{ job.services.sqlserver.ports[1433] }};Database=tempdb;User Id=sa;Password=Password. ;
51
51
PostgreSqlConnectionString : Server=localhost;Port=${{ job.services.postgres.ports[5432] }};Database=test;User Id=postgres;Password=postgres;
52
- SQLServerConnectionString : Server=tcp:127.0.0.1 ,${{ job.services.sqlserver.ports[1433] }};Database=tempdb;User Id=sa;Password=saAccountI#v3rySecure ;
52
+ SQLServerConnectionString : Server=localhost ,${{ job.services.sqlserver.ports[1433] }};Database=tempdb;User Id=sa;Password=Password. ;
53
53
- name : .NET Lib Pack
54
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 @@ -24,4 +24,4 @@ services:
24
24
- 1433:1433
25
25
environment :
26
26
ACCEPT_EULA : Y
27
- SA_PASSWORD : " saAccountI#v3rySecure "
27
+ SA_PASSWORD : " Password. "
You can’t perform that action at this time.
0 commit comments