提交 90d0af97 编写于 作者: A Ashley Hauck

Correctly produce vbcscompilertests runtimeconfig.json

上级 af977e40
...@@ -298,8 +298,7 @@ function Test-XUnitCoreClr() { ...@@ -298,8 +298,7 @@ function Test-XUnitCoreClr() {
# A number of our tests need to be published before they can be executed in order to get some # A number of our tests need to be published before they can be executed in order to get some
# runtime assets. # runtime assets.
$needPublish = @( $needPublish = @(
"src\Compilers\CSharp\Test\Symbol\CSharpCompilerSymbolTest.csproj", "src\Compilers\CSharp\Test\Symbol\CSharpCompilerSymbolTest.csproj"
"src\Compilers\Server\VBCSCompilerTests\VBCSCompilerTests.csproj"
) )
foreach ($file in $needPublish) { foreach ($file in $needPublish) {
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<AssemblyName>Roslyn.Compilers.CompilerServer.UnitTests</AssemblyName> <AssemblyName>Roslyn.Compilers.CompilerServer.UnitTests</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFrameworks>net46;netcoreapp2.0</TargetFrameworks> <TargetFrameworks>net46;netcoreapp2.0</TargetFrameworks>
<RuntimeIdentifiers>win7-x64</RuntimeIdentifiers> <RuntimeIdentifiers>$(RoslynPortableRuntimeIdentifiers)</RuntimeIdentifiers>
<RoslynProjectType>UnitTestPortable</RoslynProjectType> <RoslynProjectType>UnitTestPortable</RoslynProjectType>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
...@@ -40,6 +40,8 @@ ...@@ -40,6 +40,8 @@
<PackageReference Include="xunit" Version="$(xunitVersion)" /> <PackageReference Include="xunit" Version="$(xunitVersion)" />
<PackageReference Include="xunit.analyzers" Version="$(xunitanalyzersVersion)" /> <PackageReference Include="xunit.analyzers" Version="$(xunitanalyzersVersion)" />
<PackageReference Include="xunit.runner.console" Version="$(xunitrunnerconsoleVersion)" /> <PackageReference Include="xunit.runner.console" Version="$(xunitrunnerconsoleVersion)" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(MicrosoftNETTestSdkVersion)" />
<PackageReference Include="Microsoft.NETCore.App" Version="$(MicrosoftNETCoreAppVersion)" Condition="'$(TargetFramework)' == 'netcoreapp2.0'" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册