|
8 | 8 | </ItemGroup> |
9 | 9 |
|
10 | 10 | <ItemGroup> |
11 | | - <CurrentVersionBundledTemplates Include="@(Bundled100Templates)" TemplateFrameworkVersion="$(MajorMinorVersion)" /> |
| 11 | + <!-- <CurrentVersionBundledTemplates Include="@(Bundled100Templates)" TemplateFrameworkVersion="$(MajorMinorVersion)" /> --> |
| 12 | + <CurrentVersionBundledTemplates Include="@(Bundled100Templates)" TemplateFrameworkVersion="10.0" /> |
12 | 13 | <BundledTemplates Include="@(CurrentVersionBundledTemplates)" /> |
13 | 14 | <BundledTemplates Update="@(BundledTemplates)"> |
14 | 15 | <NupkgPathRelativeToPackageRoot>%(Identity)/%(PackageVersion)/%(Identity).%(PackageVersion).nupkg</NupkgPathRelativeToPackageRoot> |
|
28 | 29 | <_ArcadePatchNumber>$([MSBuild]::ValueOrDefault('$(_PatchNumber)', '000000'))</_ArcadePatchNumber> |
29 | 30 | </PropertyGroup> |
30 | 31 |
|
31 | | - <CalculateTemplateVersions |
| 32 | + <!-- <CalculateTemplateVersions |
32 | 33 | BundledTemplates="@(BundledTemplates)" |
33 | 34 | FullNugetVersion="$(FullNugetVersion)" |
34 | 35 | ProductMonikerRid="$(ProductMonikerRid)" |
35 | 36 | InstallerExtension="$(InstallerExtension)" |
36 | 37 | CombinedBuildNumberAndRevision="$(_ArcadePatchNumber)"> |
37 | 38 | <Output TaskParameter="BundledTemplatesWithInstallPaths" ItemName="BundledTemplatesWithInstallPaths" /> |
38 | 39 | <Output TaskParameter="TemplatesComponents" ItemName="TemplatesComponents" /> |
| 40 | + </CalculateTemplateVersions> --> |
| 41 | + |
| 42 | + <CalculateTemplateVersions |
| 43 | + BundledTemplates="@(BundledTemplates)" |
| 44 | + FullNugetVersion="10.0.100-rtm" |
| 45 | + ProductMonikerRid="$(ProductMonikerRid)" |
| 46 | + InstallerExtension="$(InstallerExtension)" |
| 47 | + CombinedBuildNumberAndRevision="$(_ArcadePatchNumber)"> |
| 48 | + <Output TaskParameter="BundledTemplatesWithInstallPaths" ItemName="BundledTemplatesWithInstallPaths" /> |
| 49 | + <Output TaskParameter="TemplatesComponents" ItemName="TemplatesComponents" /> |
39 | 50 | </CalculateTemplateVersions> |
40 | 51 |
|
41 | 52 | <ItemGroup> |
42 | 53 | <TemplatesComponents> |
43 | | - <MSIInstallerFile>$(ArtifactsNonShippingPackagesDir)%(TemplatesComponents.TemplateBaseFilename)-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension)</MSIInstallerFile> |
| 54 | + <!-- <MSIInstallerFile>$(ArtifactsNonShippingPackagesDir)%(TemplatesComponents.TemplateBaseFilename)-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension)</MSIInstallerFile> --> |
| 55 | + <MSIInstallerFile>$(ArtifactsNonShippingPackagesDir)%(TemplatesComponents.TemplateBaseFilename)-10.0.100-rtm-$(ProductMonikerRid)$(InstallerExtension)</MSIInstallerFile> |
44 | 56 | </TemplatesComponents> |
45 | 57 | </ItemGroup> |
46 | 58 | </Target> |
|
0 commit comments