Skip to content

Commit

Permalink
Add .vdproj to the exclusion list (#5346)
Browse files Browse the repository at this point in the history
  • Loading branch information
drolevar authored Aug 15, 2023
1 parent 1177038 commit 3f887a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NuGet.Core/NuGet.Build.Tasks/NuGet.targets
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ Copyright (c) .NET Foundation. All rights reserved.
Condition=" '%(RestoreGraphProjectInputItems.Extension)' != '.metaproj'
AND '%(RestoreGraphProjectInputItems.Extension)' != '.shproj'
AND '%(RestoreGraphProjectInputItems.Extension)' != '.vcxitems'
AND '%(RestoreGraphProjectInputItems.Extension)' != '.vdproj'
AND '%(RestoreGraphProjectInputItems.Extension)' != '' " />
</ItemGroup>

Expand Down

0 comments on commit 3f887a0

Please sign in to comment.