1 write to SourcePackage
Microsoft.DotNet.NuGetRepack.Tests (1)
ReplacePackagePartsTests.cs (1)
31SourcePackage = originalNupkgPath,
8 references to SourcePackage
Microsoft.DotNet.NuGetRepack.Tasks (8)
src\ReplacePackageParts.cs (8)
113File.Copy(SourcePackage, tempPackagePath); 124Log.LogError($"'{SourcePackage}' has multiple .nuspec files in the root"); 145Log.LogError($"'{SourcePackage}' has invalid nuspec: missing 'metadata' element"); 152Log.LogError($"'{SourcePackage}' has invalid nuspec: missing 'id' element"); 160Log.LogError($"'{SourcePackage}' has invalid nuspec: missing 'version' element"); 196Log.LogMessage(MessageImportance.Low, $"Part '{relativePath}' of package '{SourcePackage}' replaced with '{replacementFilePath}'."); 203Log.LogError($"'{SourcePackage}' has no .nuspec file in the root"); 214Log.LogWarning($"File '{partName}' not found in package '{SourcePackage}'");