diff --git a/build/scripts/build.ps1 b/build/scripts/build.ps1 index 5f780bc3daeaa1f025287ceb8a604b5129cc0b24..cf021bdf397f9ecd9f5ea57253a5905dbca7567a 100644 --- a/build/scripts/build.ps1 +++ b/build/scripts/build.ps1 @@ -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 # runtime assets. $needPublish = @( - "src\Compilers\CSharp\Test\Symbol\CSharpCompilerSymbolTest.csproj", - "src\Compilers\Server\VBCSCompilerTests\VBCSCompilerTests.csproj" + "src\Compilers\CSharp\Test\Symbol\CSharpCompilerSymbolTest.csproj" ) foreach ($file in $needPublish) { diff --git a/src/Compilers/Server/VBCSCompilerTests/VBCSCompilerTests.csproj b/src/Compilers/Server/VBCSCompilerTests/VBCSCompilerTests.csproj index bfd000888608b97c5386e4942bb80918024a33c5..e2aa6a5a8d3d2555a9d79e91075d177a98bef1a6 100644 --- a/src/Compilers/Server/VBCSCompilerTests/VBCSCompilerTests.csproj +++ b/src/Compilers/Server/VBCSCompilerTests/VBCSCompilerTests.csproj @@ -11,7 +11,7 @@ Roslyn.Compilers.CompilerServer.UnitTests true net46;netcoreapp2.0 - win7-x64 + $(RoslynPortableRuntimeIdentifiers) UnitTestPortable @@ -40,6 +40,8 @@ + +