File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Microsoft.Data.SqlClient Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 <AssemblyName >Microsoft.Data.SqlClient</AssemblyName >
44 <TargetFrameworks >netcoreapp2.1;netcoreapp3.1;netstandard2.0</TargetFrameworks >
55 <GeneratePlatformNotSupportedAssemblyMessage Condition =" '$(OSGroup)' == 'AnyOS'" >SR.PlatformNotSupported_DataSqlClient</GeneratePlatformNotSupportedAssemblyMessage >
6- <OSGroup Condition =" '$(OSGroup)' == ''" >Windows_NT </OSGroup >
6+ <OSGroup Condition =" '$(OSGroup)' == ''" >$(OS) </OSGroup >
77 <TargetsWindows Condition =" '$(OSGroup)'=='Windows_NT'" >true</TargetsWindows >
88 <TargetsUnix Condition =" '$(OSGroup)'=='Unix'" >true</TargetsUnix >
99 <!-- Allow explicit addition of the Compile files instead of all project files to be included by Default -->
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ ARG PROJFILE=$PROJNAME".csproj"
1212ARG DLLFILE=$PROJNAME".dll"
1313
1414WORKDIR /sqlclient/src/Microsoft.Data.SqlClient/tests/DockerLinuxTest
15- RUN dotnet build $PROJFILE -c Release -o /app/build -p:OSGroup=Unix -p:GenerateDocumentationFile=false
15+ RUN dotnet build $PROJFILE -c Release -o /app/build
1616
1717FROM build AS publish
18- RUN dotnet publish $PROJFILE -c Release -o /app/publish -p:OSGroup=Unix -p:GenerateDocumentationFile=false
18+ RUN dotnet publish $PROJFILE -c Release -o /app/publish
1919
2020FROM base AS final
2121WORKDIR /app
You can’t perform that action at this time.
0 commit comments