Skip to content

Commit

Permalink
try build with inventory svc
Browse files Browse the repository at this point in the history
  • Loading branch information
thangchung committed Aug 11, 2018
1 parent dce4d7b commit 8094fb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ mono: none
dotnet: 2.1.302
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
- DOTNET_CLI_TELEMETRY_OPTOUT=1
- NODE_VERSION="10.6.0"
branches:
only:
Expand Down
11 changes: 0 additions & 11 deletions src/services/inventory/VND.CoolStore.Services.Inventory.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<PreserveCompilationContext>true</PreserveCompilationContext>
<TieredCompilation>true</TieredCompilation>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Application\**" />
<Compile Remove="wwwroot\**" />
<Content Remove="Application\**" />
<Content Remove="wwwroot\**" />
<EmbeddedResource Remove="Application\**" />
<EmbeddedResource Remove="wwwroot\**" />
<None Remove="Application\**" />
<None Remove="wwwroot\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.1" />
Expand Down

0 comments on commit 8094fb0

Please sign in to comment.