File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
VS.Redist.Common.NetCore.Templates Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515
1616 <PgoTerm Condition =" '$(PgoInstrument)' == 'true'" >-pgo</PgoTerm >
1717 <!-- <ArtifactNameWithVersionSdk>dotnet-sdk-internal$(PgoTerm)-$(FullNugetVersion)-$(ProductMonikerRid)</ArtifactNameWithVersionSdk> -->
18- <ArtifactNameWithVersionSdk >dotnet-sdk-internal$(PgoTerm)-10.0.100-rc.1 -$(ProductMonikerRid)</ArtifactNameWithVersionSdk >
18+ <ArtifactNameWithVersionSdk >dotnet-sdk-internal$(PgoTerm)-10.0.100-rtm -$(ProductMonikerRid)</ArtifactNameWithVersionSdk >
1919 <ArtifactNameWithVersionCombinedHostHostFxrFrameworkSdk >dotnet-sdk$(PgoTerm)-$(Version)-$(ProductMonikerRid)</ArtifactNameWithVersionCombinedHostHostFxrFrameworkSdk >
2020
2121 <SdkMSIInstallerFileName >$(ArtifactNameWithVersionSdk)$(InstallerExtension)</SdkMSIInstallerFileName >
Original file line number Diff line number Diff line change 1818 <Target Name =" GenerateLayout" Condition =" '$(IsPackable)' == 'true'" DependsOnTargets =" ResolveProjectReferences" >
1919 <ItemGroup >
2020 <!-- <Content Include="$(ArtifactsNonShippingPackagesDir)dotnet-$(VersionMajor)$(VersionMinor)templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension)" PackagePath="/" /> -->
21- <Content Include =" $(ArtifactsNonShippingPackagesDir)dotnet-100templates-10.0.100-rc.1 -$(ProductMonikerRid)$(InstallerExtension)" PackagePath =" /" />
21+ <Content Include =" $(ArtifactsNonShippingPackagesDir)dotnet-100templates-10.0.100-rtm -$(ProductMonikerRid)$(InstallerExtension)" PackagePath =" /" />
2222 </ItemGroup >
2323 </Target >
2424
Original file line number Diff line number Diff line change 4141
4242 <CalculateTemplateVersions
4343 BundledTemplates =" @(BundledTemplates)"
44- FullNugetVersion =" 10.0.100-rc.1 "
44+ FullNugetVersion =" 10.0.100-rtm "
4545 ProductMonikerRid =" $(ProductMonikerRid)"
4646 InstallerExtension =" $(InstallerExtension)"
4747 CombinedBuildNumberAndRevision =" $(_ArcadePatchNumber)" >
5252 <ItemGroup >
5353 <TemplatesComponents >
5454 <!-- <MSIInstallerFile>$(ArtifactsNonShippingPackagesDir)%(TemplatesComponents.TemplateBaseFilename)-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension)</MSIInstallerFile> -->
55- <MSIInstallerFile >$(ArtifactsNonShippingPackagesDir)%(TemplatesComponents.TemplateBaseFilename)-10.0.100-rc.1 -$(ProductMonikerRid)$(InstallerExtension)</MSIInstallerFile >
55+ <MSIInstallerFile >$(ArtifactsNonShippingPackagesDir)%(TemplatesComponents.TemplateBaseFilename)-10.0.100-rtm -$(ProductMonikerRid)$(InstallerExtension)</MSIInstallerFile >
5656 </TemplatesComponents >
5757 </ItemGroup >
5858 </Target >
Original file line number Diff line number Diff line change 3030
3131 <SdkMSIInstallerFileName >$(ArtifactNameWithVersionSdk)$(InstallerExtension)</SdkMSIInstallerFileName >
3232 <!-- <SdkTemplatesMSIInstallerFileName>dotnet-$(VersionMajor)$(VersionMinor)templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension)</SdkTemplatesMSIInstallerFileName> -->
33- <SdkTemplatesMSIInstallerFileName >dotnet-100templates-10.0.100-rc.1 -$(ProductMonikerRid)$(InstallerExtension)</SdkTemplatesMSIInstallerFileName >
33+ <SdkTemplatesMSIInstallerFileName >dotnet-100templates-10.0.100-rtm -$(ProductMonikerRid)$(InstallerExtension)</SdkTemplatesMSIInstallerFileName >
3434
3535 <CombinedFrameworkHostArchiveFileName >dotnet-runtime-$(MicrosoftNETCoreAppRuntimePackageVersion)-$(SharedFrameworkRid)$(ArchiveExtension)</CombinedFrameworkHostArchiveFileName >
3636 <WinFormsAndWpfSharedFxArchiveFileName >windowsdesktop-runtime-$(MicrosoftWindowsDesktopAppRuntimePackageVersion)-$(SharedFrameworkRid)$(ArchiveExtension)</WinFormsAndWpfSharedFxArchiveFileName >
You can’t perform that action at this time.
0 commit comments