File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-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=localhost, ${{ job.services.sqlserver.ports[1433] }};Database=tempdb;User Id=sa;Password=Password.;
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=localhost, ${{ job.services.sqlserver.ports[1433] }};Database=tempdb;User Id=sa;Password=Password.;
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
You can’t perform that action at this time.
0 commit comments