Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit a804f32

Browse files
committed
Remove improper dependency on copy to output
1 parent 13ea851 commit a804f32

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Build/NuGet.Build.Packaging.Tasks/NuGet.Build.Packaging.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ Copyright (c) .NET Foundation. All rights reserved.
184184
<PropertyGroup>
185185
<GetPackageContentsDependsOn>
186186
$(GetPackageContentsDependsOn);
187-
CopyFilesToOutputDirectory;
188187
GetPackageTargetPath
189188
</GetPackageContentsDependsOn>
190189
<GetPackageContentsDependsOn Condition="'$(IncludeProjectReferencesInPackage)' == 'true'">

0 commit comments

Comments
 (0)