Skip to content

Commit 3992c10

Browse files
[release/10.0] Source code updates from dotnet/dotnet (#16325)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Alexander Köplinger <[email protected]>
1 parent 71e05cb commit 3992c10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

eng/Version.Details.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="arcade" Sha="d499f9cdfd5b7b7bb291f95a3c14417d5edc969f" BarId="287756" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="arcade" Sha="18f6e60aa4755c2be56b2d45165a135d64d4f710" BarId="291651" />
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>

src/Microsoft.DotNet.Build.Tasks.Installers/src/CreateMD5SumsFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public override bool Execute()
4747
#endif
4848
}
4949

50-
InstalledSize = installedSize.ToString();
50+
InstalledSize = (installedSize / 1024).ToString();
5151

5252
return true;
5353
}

src/Microsoft.DotNet.SignTool.Tests/SignToolTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,7 @@ public void CheckDebSigning()
18741874
};
18751875
string[] signableFiles = ["usr/local/bin/mscorlib.dll"];
18761876
string expectedControlFileContent = "Package: test\nVersion: 1.0\nSection: base\nPriority: optional\nArchitecture: all\n";
1877-
expectedControlFileContent +="Maintainer: Arcade <[email protected]>\nInstalled-Size: 49697\nDescription: A simple test package\n This is a simple generated .deb package for testing purposes.\n";
1877+
expectedControlFileContent +="Maintainer: Arcade <[email protected]>\nInstalled-Size: 48\nDescription: A simple test package\n This is a simple generated .deb package for testing purposes.\n";
18781878

18791879
ValidateProducedDebContent(Path.Combine(_tmpDir, "test.deb"), expectedFilesOriginalHashes, signableFiles, expectedControlFileContent);
18801880
}

0 commit comments

Comments
 (0)