Skip to content

Commit cf36a58

Browse files
authored
Do not import feed targets again (#15620)
1 parent 00bb044 commit cf36a58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Microsoft.DotNet.Arcade.Sdk/tools/SdkTasks/PublishBuildAssets.proj

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
<ItemGroup>
2727
<PackageReference Include="Microsoft.DotNet.Build.Tasks.Feed" Version="$(MicrosoftDotNetBuildTasksFeedVersion)" />
2828
</ItemGroup>
29-
30-
<Import Project="$(NuGetPackageRoot)microsoft.dotnet.build.tasks.feed\$(MicrosoftDotNetBuildTasksFeedVersion)\build\Microsoft.DotNet.Build.Tasks.Feed.targets"/>
3129

3230
<Target Name="Execute">
3331
<Error Text="The ManifestsPath property must be set on the command line." Condition="'$(ManifestsPath)' == ''" />

0 commit comments

Comments
 (0)