Browse Source

remove func app nuget from e2e tests

pull/1612/head
Phill Morton 3 years ago
parent
commit
d8f2539256
  1. 8
      test/E2ETest/Microsoft.Tye.E2ETests.csproj

8
test/E2ETest/Microsoft.Tye.E2ETests.csproj

@ -1,4 +1,4 @@

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
@ -15,7 +15,7 @@
The Microsoft.Build.Locator package takes care of dynamically loading these assemblies
at runtime. We don't need/want to ship them, just to have them as references.
-->
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.0.12" />
<PackageReference Include="Microsoft.Build" Version="17.3.2" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Framework" Version="17.3.2" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.5.5" />
@ -30,9 +30,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="testassets\projects\dapr-function-app\function\HttpTrigger.cs" />
<Compile Include="testassets\projects\dapr-function-app\HttpTrigger.cs" />
<Compile Include="testassets\projects\dapr-function-app\Properties\HttpTrigger.cs" />
<Content Include="testassets\**\*" CopyToOutputDirectory="PreserveNewest" />
<Compile Remove="testassets\**\*" />
<None Remove="testassets\generate\apps-with-ingress.1.18.yaml" />

Loading…
Cancel
Save