Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
afifi-ins committed May 9, 2024
1 parent 92b1837 commit 4e0e6d8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions eng/SendToHelix.proj
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\src\System.Private.ServiceModel\tools\SelfHostedCoreWcfService\SelfHostedCoreWCFService.csproj" />
<MSBuild Projects="..\src\System.Private.ServiceModel\tools\SelfHostedCoreWcfService\SelfHostedCoreWCFService.csproj" />

Check failure on line 19 in eng/SendToHelix.proj

View check run for this annotation

Azure Pipelines / dotnet-wcf-ci (Build Linux Debug)

eng/SendToHelix.proj#L19

eng/SendToHelix.proj(19,4): error MSB4232: (NETCORE_ENGINEERING_TELEMETRY=Build) Items that are outside Target elements must have one of the following operations: Include, Update, or Remove.

Check failure on line 19 in eng/SendToHelix.proj

View check run for this annotation

Azure Pipelines / dotnet-wcf-ci (Build Linux Release)

eng/SendToHelix.proj#L19

eng/SendToHelix.proj(19,4): error MSB4232: (NETCORE_ENGINEERING_TELEMETRY=Build) Items that are outside Target elements must have one of the following operations: Include, Update, or Remove.

Check failure on line 19 in eng/SendToHelix.proj

View check run for this annotation

Azure Pipelines / dotnet-wcf-ci

eng/SendToHelix.proj#L19

eng/SendToHelix.proj(19,4): error MSB4232: (NETCORE_ENGINEERING_TELEMETRY=Build) Items that are outside Target elements must have one of the following operations: Include, Update, or Remove.

Check failure on line 19 in eng/SendToHelix.proj

View check run for this annotation

Azure Pipelines / dotnet-wcf-ci

eng/SendToHelix.proj#L19

eng/SendToHelix.proj(19,4): error MSB4232: (NETCORE_ENGINEERING_TELEMETRY=Build) Items that are outside Target elements must have one of the following operations: Include, Update, or Remove.
</ItemGroup>




<ItemGroup>
<XUnitProject Include="..\src\System.Private.ServiceModel\tests\Scenarios\**\*.IntegrationTests.csproj">
<TargetFramework>$(XUnitPublishTargetFramework)</TargetFramework>
Expand Down

0 comments on commit 4e0e6d8

Please sign in to comment.