File tree Expand file tree Collapse file tree 5 files changed +66
-648
lines changed Expand file tree Collapse file tree 5 files changed +66
-648
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ max_line_length = 140
1111trim_trailing_whitespace = false
1212
1313# csproj files
14- [* .csproj ]
14+ [* .{ csproj,slnx} ]
1515# Indentation options
1616
1717indent_size = 2
Original file line number Diff line number Diff line change 3939 - name : Run SQL Server container
4040 run : docker run -e ACCEPT_EULA=Y -e MSSQL_PID='Developer' -e MSSQL_SA_PASSWORD=${SQL_PASSWD} -p 1433:1433 -d sql
4141 - name : Build
42- run : dotnet build -v q Orm.sln
42+ run : dotnet build -v q Orm.slnx
4343 - name : Init Test DB
4444 run : sqlcmd -U sa -P $SQL_PASSWD -C -i Orm/Xtensive.Orm.Tests.Framework/DO-Tests.sql && sqlcmd -U sa -P $SQL_PASSWD -C -i Orm/Xtensive.Orm.Tests.Framework/DO-Tests-Plus.sql
4545# - name: Create PostgreSQL DO Tests Config file
Original file line number Diff line number Diff line change 7171 <SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
7272 <LangVersion >Preview</LangVersion >
7373 <SolutionDir Condition =" $(SolutionDir) == ''" >$([MSBuild]::EnsureTrailingSlash(
74- $([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)', 'Orm.sln '))))</SolutionDir >
74+ $([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)', 'Orm.slnx '))))</SolutionDir >
7575 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
7676 <ArtifactsDir Condition =" '$(ArtifactsDir)' == ''" >$(SolutionDir)_Build\</ArtifactsDir >
7777 <BaseIntermediateOutputPath >$(ArtifactsDir)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath >
You can’t perform that action at this time.
0 commit comments