File tree 5 files changed +66
-648
lines changed
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
11
11
trim_trailing_whitespace = false
12
12
13
13
# csproj files
14
- [* .csproj ]
14
+ [* .{ csproj,slnx} ]
15
15
# Indentation options
16
16
17
17
indent_size = 2
Original file line number Diff line number Diff line change 39
39
- name : Run SQL Server container
40
40
run : docker run -e ACCEPT_EULA=Y -e MSSQL_PID='Developer' -e MSSQL_SA_PASSWORD=${SQL_PASSWD} -p 1433:1433 -d sql
41
41
- name : Build
42
- run : dotnet build -v q Orm.sln
42
+ run : dotnet build -v q Orm.slnx
43
43
- name : Init Test DB
44
44
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
45
45
# - name: Create PostgreSQL DO Tests Config file
Original file line number Diff line number Diff line change 71
71
<SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
72
72
<LangVersion >Preview</LangVersion >
73
73
<SolutionDir Condition =" $(SolutionDir) == ''" >$([MSBuild]::EnsureTrailingSlash(
74
- $([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)', 'Orm.sln '))))</SolutionDir >
74
+ $([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)', 'Orm.slnx '))))</SolutionDir >
75
75
<AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
76
76
<ArtifactsDir Condition =" '$(ArtifactsDir)' == ''" >$(SolutionDir)_Build\</ArtifactsDir >
77
77
<BaseIntermediateOutputPath >$(ArtifactsDir)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath >
You can’t perform that action at this time.
0 commit comments