We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00bb044 commit cf36a58Copy full SHA for cf36a58
src/Microsoft.DotNet.Arcade.Sdk/tools/SdkTasks/PublishBuildAssets.proj
@@ -26,8 +26,6 @@
26
<ItemGroup>
27
<PackageReference Include="Microsoft.DotNet.Build.Tasks.Feed" Version="$(MicrosoftDotNetBuildTasksFeedVersion)" />
28
</ItemGroup>
29
-
30
- <Import Project="$(NuGetPackageRoot)microsoft.dotnet.build.tasks.feed\$(MicrosoftDotNetBuildTasksFeedVersion)\build\Microsoft.DotNet.Build.Tasks.Feed.targets"/>
31
32
<Target Name="Execute">
33
<Error Text="The ManifestsPath property must be set on the command line." Condition="'$(ManifestsPath)' == ''" />
0 commit comments