try fixing deployed swagger by re-including wwwroot

This commit is contained in:
Collin M. Barrett 2017-10-23 13:49:36 -05:00
parent 509a49cfdb
commit 2e25a28c49

View file

@ -11,6 +11,10 @@
<DocumentationFile>bin\Debug\netcoreapp2.0\FilterLists.Api.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />