We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d406ed8 commit c66459dCopy full SHA for c66459d
src/PostSharp.Engineering.BuildTools/Dependencies/Definitions/MetalamaDependencies.V2025_0.cs
@@ -100,7 +100,10 @@ public MetalamaDependencyDefinition(
100
VcsProvider.GitHub,
101
MetalamaGitHubOrganization.PostSharp,
102
isVersioned: false,
103
- pullRequestRequiresStatusCheck: false );
+ pullRequestRequiresStatusCheck: false )
104
+ {
105
+ GenerateSnapshotDependency = false
106
+ };
107
108
public static DependencyDefinition Metalama { get; } =
109
new MetalamaDependencyDefinition(
0 commit comments