Skip to content

Commit b90c9be

Browse files
Produce arch-specific ANCM redist packages (#44848)
Co-authored-by: Will Godbe <[email protected]>
1 parent cf5bfa1 commit b90c9be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/AncmIISExpressV2.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
4-
<id>VS.Redist.Common.AspNetCore.AspNetCoreModuleV2IISExpress.$MAJOR$.$MINOR$</id>
4+
<id>VS.Redist.Common.AspNetCore.AspNetCoreModuleV2IISExpress.$ARCH$.$MAJOR$.$MINOR$</id>
55
<version>1.0.0</version>
6-
<title>VS.Redist.Common.AspNetCore.AspNetCoreModuleV2IISExpress.$MAJOR$.$MINOR$</title>
6+
<title>VS.Redist.Common.AspNetCore.AspNetCoreModuleV2IISExpress.$ARCH$.$MAJOR$.$MINOR$</title>
77
<authors>Microsoft</authors>
88
<owners>Microsoft</owners>
99
<license type="expression">$PackageLicenseExpression$</license>

src/Installers/Windows/AspNetCoreModule-Setup/ANCMV2/AncmV2.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
4-
<id>VS.Redist.Common.AspNetCore.AspNetCoreModuleV2.$MAJOR$.$MINOR$</id>
4+
<id>VS.Redist.Common.AspNetCore.AspNetCoreModuleV2.$ARCH$.$MAJOR$.$MINOR$</id>
55
<version>1.0.0</version>
6-
<title>VS.Redist.Common.AspNetCore.AspNetCoreModuleV2.$MAJOR$.$MINOR$</title>
6+
<title>VS.Redist.Common.AspNetCore.AspNetCoreModuleV2.$ARCH$.$MAJOR$.$MINOR$</title>
77
<authors>Microsoft</authors>
88
<owners>Microsoft</owners>
99
<license type="expression">$PackageLicenseExpression$</license>

0 commit comments

Comments
 (0)