2 writes to HasSnapshotVersion
NuGet.Commands (2)
CommandRunners\PackCommandRunner.cs (2)
274builder.HasSnapshotVersion = false; 574symbolsBuilder.HasSnapshotVersion = mainPackageBuilder.HasSnapshotVersion;
2 references to HasSnapshotVersion
NuGet.Commands (2)
CommandRunners\PackCommandRunner.cs (2)
277if (!string.IsNullOrEmpty(_packArgs.Suffix) && !builder.HasSnapshotVersion) 574symbolsBuilder.HasSnapshotVersion = mainPackageBuilder.HasSnapshotVersion;