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