Skip to content

Commit dd6b28e

Browse files
Backflow from https://github.com/dotnet/dotnet / adfea8e build 279079
[[ commit created by automation ]]
1 parent e656076 commit dd6b28e

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

eng/targets/CSharp.Common.targets

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,12 @@
9494
<_Parameter2>$(RepositoryUrl)/tree/$(SourceRevisionId)</_Parameter2>
9595
</AssemblyAttribute>
9696

97-
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute" Condition="'$(Serviceable)' == 'true'">
97+
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute" Condition="'$(RepoOriginalSourceRevisionId)' != ''">
98+
<_Parameter1>OriginalRepoCommitHash</_Parameter1>
99+
<_Parameter2>$(RepoOriginalSourceRevisionId)</_Parameter2>
100+
</AssemblyAttribute>
101+
102+
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute" Condition="'$(Serviceable)' == 'true'">
98103
<_Parameter1>Serviceable</_Parameter1>
99104
<_Parameter2>True</_Parameter2>
100105
</AssemblyAttribute>

eng/targets/Wix.Common.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!-- Everything built in those projects _except_ the final package & MSI are shipping assets. -->
2323
<_GeneratedPackageVersion>$(PackageVersion)</_GeneratedPackageVersion>
2424
<_GeneratedPackageVersion
25-
Condition="! $(PackageVersion.Contains('$(_PreReleaseLabel)'))">$(PackageVersion)-$(_PreReleaseLabel)$(_BuildNumberLabels)</_GeneratedPackageVersion>
25+
Condition="! $(PackageVersion.Contains('$(_BuildNumberLabels)'))">$(VersionPrefix)-$(_PreReleaseLabel)$(_BuildNumberLabels)</_GeneratedPackageVersion>
2626
<!-- Insert PackageVersion into OutputName for SharedFx & TargetingPack -->
2727
<OutputName Condition="'$(OutputNamePrefix)' != '' AND '$(OutputNameSuffix)' != ''">$(OutputNamePrefix)$(_GeneratedPackageVersion)$(OutputNameSuffix)</OutputName>
2828

src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.sfxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
<GenerateInstallers Condition="'$(DotNetBuildSourceOnly)' != 'true'">true</GenerateInstallers>
3939
<BuildDebPackage Condition="'$(RuntimeIdentifier)' == 'linux-x64' or '$(RuntimeIdentifier)' == 'linux-arm64'">true</BuildDebPackage>
4040
<BuildRpmPackage Condition="'$(RuntimeIdentifier)' == 'linux-x64' or '$(RuntimeIdentifier)' == 'linux-arm64'">true</BuildRpmPackage>
41-
<UseArcadeRpmTooling>true</UseArcadeRpmTooling>
4241
<GenerateVSInsertionPackages>true</GenerateVSInsertionPackages>
4342
</PropertyGroup>
4443

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
<GenerateInstallers Condition="'$(DotNetBuildSourceOnly)' != 'true'">true</GenerateInstallers>
4747
<BuildDebPackage Condition="'$(RuntimeIdentifier)' == 'linux-x64' or '$(RuntimeIdentifier)' == 'linux-arm64'">true</BuildDebPackage>
4848
<BuildRpmPackage Condition="'$(RuntimeIdentifier)' == 'linux-x64' or '$(RuntimeIdentifier)' == 'linux-arm64'">true</BuildRpmPackage>
49-
<UseArcadeRpmTooling>true</UseArcadeRpmTooling>
5049
<GenerateVSInsertionPackages>true</GenerateVSInsertionPackages>
5150
</PropertyGroup>
5251

0 commit comments

Comments
 (0)