Skip to content

Commit a6b04bf

Browse files
author
Nate McMaster
committed
Fix MusicStore tests for 2.2
1 parent a3f9b74 commit a6b04bf

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

src/MusicStore/build.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@ECHO OFF
2+
SET RepoRoot=%~dp0..\..
3+
%RepoRoot%\build.cmd -LockFile %RepoRoot%\korebuild-lock.txt -projects %~dp0**\*.*proj %*

src/MusicStore/samples/MusicStore/MusicStore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<RuntimeIdentifiers Condition="'$(Configuration)' != 'RuntimeStore'">win7-x86;win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
99
<Configurations>Debug;Release;RuntimeStore</Configurations>
1010
<DebugType Condition="'$(TargetFramework)' == 'net461'">full</DebugType>
11+
<InProcessTestSite>true</InProcessTestSite>
1112
</PropertyGroup>
1213

1314
<Import Project="$(RepositoryRoot)src\Servers\IIS\build\testsite.props" />

src/Servers/IIS/IIS/test/testassets/TestTasks/TestTasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<Reference Include="Newtonsoft.Json" />
9+
<Reference Include="Newtonsoft.Json" PrivateAssets="All" Publish="true" />
1010
</ItemGroup>
1111

1212
</Project>

src/Servers/IIS/IntegrationTesting.IIS/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040

4141
<ItemGroup>
4242
<ProjectReference Include="$(RepositoryRoot)src\Hosting\Server.IntegrationTesting\src\Microsoft.AspNetCore.Server.IntegrationTesting.csproj" />
43+
<ProjectReference Include="$(RepositoryRoot)src\Servers\IIS\IIS\test\testassets\TestTasks\TestTasks.csproj" ReferenceOutputAssembly="false" />
44+
4345
<Reference Include="Microsoft.NETCore.Windows.ApiSets" />
4446
<Reference Include="Microsoft.Web.Administration" />
4547
<Reference Include="System.ServiceProcess.ServiceController" />

0 commit comments

Comments
 (0)