Skip to content

Commit

Permalink
Auto-updating dependencies fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
prochan2 committed Sep 11, 2024
1 parent efa6f32 commit 4ee4cd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static bool TryParseAndVerifyDependencies( BuildContext context, PublishS
}

var autoUpdatedDependencies = dependenciesOverrideFile.Dependencies
.Where( d => d.Value.SourceKind != DependencySourceKind.Feed && d.Value.SourceKind != DependencySourceKind.Local )
.Where( d => d.Value.SourceKind != DependencySourceKind.Feed )
.ToArray();

if ( autoUpdatedDependencies.Length == 0 )
Expand Down

0 comments on commit 4ee4cd9

Please sign in to comment.