Fix MusicStore tests for 2.2

This commit is contained in:
Nate McMaster 2019-01-09 17:18:01 -08:00
parent a3f9b74bb9
commit a6b04bf969
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
4 changed files with 7 additions and 1 deletions

3
src/MusicStore/build.cmd Normal file
View File

@ -0,0 +1,3 @@
@ECHO OFF
SET RepoRoot=%~dp0..\..
%RepoRoot%\build.cmd -LockFile %RepoRoot%\korebuild-lock.txt -projects %~dp0**\*.*proj %*

View File

@ -8,6 +8,7 @@
<RuntimeIdentifiers Condition="'$(Configuration)' != 'RuntimeStore'">win7-x86;win7-x64;linux-x64;osx-x64</RuntimeIdentifiers> <RuntimeIdentifiers Condition="'$(Configuration)' != 'RuntimeStore'">win7-x86;win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<Configurations>Debug;Release;RuntimeStore</Configurations> <Configurations>Debug;Release;RuntimeStore</Configurations>
<DebugType Condition="'$(TargetFramework)' == 'net461'">full</DebugType> <DebugType Condition="'$(TargetFramework)' == 'net461'">full</DebugType>
<InProcessTestSite>true</InProcessTestSite>
</PropertyGroup> </PropertyGroup>
<Import Project="$(RepositoryRoot)src\Servers\IIS\build\testsite.props" /> <Import Project="$(RepositoryRoot)src\Servers\IIS\build\testsite.props" />

View File

@ -6,7 +6,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Newtonsoft.Json" /> <Reference Include="Newtonsoft.Json" PrivateAssets="All" Publish="true" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -40,6 +40,8 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="$(RepositoryRoot)src\Hosting\Server.IntegrationTesting\src\Microsoft.AspNetCore.Server.IntegrationTesting.csproj" /> <ProjectReference Include="$(RepositoryRoot)src\Hosting\Server.IntegrationTesting\src\Microsoft.AspNetCore.Server.IntegrationTesting.csproj" />
<ProjectReference Include="$(RepositoryRoot)src\Servers\IIS\IIS\test\testassets\TestTasks\TestTasks.csproj" ReferenceOutputAssembly="false" />
<Reference Include="Microsoft.NETCore.Windows.ApiSets" /> <Reference Include="Microsoft.NETCore.Windows.ApiSets" />
<Reference Include="Microsoft.Web.Administration" /> <Reference Include="Microsoft.Web.Administration" />
<Reference Include="System.ServiceProcess.ServiceController" /> <Reference Include="System.ServiceProcess.ServiceController" />