Skip to content

Commit

Permalink
Only conditionally add this file (it won't work due to the way the bu…
Browse files Browse the repository at this point in the history
…ild server is set up)
  • Loading branch information
borrrden committed Jun 24, 2017
1 parent e07ecba commit 07d1b1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0-beta1-build3642" />
</ItemGroup>
<ItemGroup>
<None Include="..\Couchbase.Lite.Tests.UWP\Assets\localhost-wrong.cert" Link="localhost-wrong.cert">
<None Condition="$(DefineConstants.Contains('HAVE_SG'))" Include="..\Couchbase.Lite.Tests.UWP\Assets\localhost-wrong.cert" Link="localhost-wrong.cert">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
Expand Down

0 comments on commit 07d1b1b

Please sign in to comment.