Skip to content

Commit

Permalink
make sure files are copied for manual tests, was not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Gardham-Pallister committed Aug 26, 2018
1 parent 369fc5b commit 6f9811c
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions test/Ocelot.ManualTest/Ocelot.ManualTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,19 @@
<RuntimeIdentifiers>osx.10.11-x64;osx.10.12-x64;win7-x64;win10-x64</RuntimeIdentifiers>
<CodeAnalysisRuleSet>..\..\codeanalysis.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<None Update="Views;Areas\**\Views">
<ItemGroup>
<Content Update="ocelot.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Update="ocelot.json">
</Content>
<Content Update="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Update="ocelot.json;appsettings.json;idsrv3test.pfx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</Content>
<Content Update="idsrv3test.pfx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Ocelot\Ocelot.csproj" />
Expand Down

0 comments on commit 6f9811c

Please sign in to comment.