Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 093c8ec

Browse files
committed
Update to SetupCrossgen 142 - Coherence 25368, add support for timestamped stores for the MSI
1 parent de63e37 commit 093c8ec

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

NuGet.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<add key="templating" value="https://dotnet.myget.org/F/templating/api/v3/index.json" />
77
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
88
<add key="aspnet-final" value="https://dotnet.myget.org/F/aspnetcore-2-0-0-preview1-no-timestamp/api/v3/index.json" />
9-
<add key="aspnet-release" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
9+
<add key="aspnet-release" value="https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json" />
1010
<add key="websdkfeed" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
1111
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
1212
<add key="roslyn" value="https://dotnet.myget.org/f/roslyn/api/v3/index.json" />

build/BundledRuntimes.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@
3838
<AspNetCoreRuntimeInstallerArchiveFileNameOSToken Condition=" '$(OSName)' == 'osx' ">$(OSName)</AspNetCoreRuntimeInstallerArchiveFileNameOSToken>
3939
<AspNetCoreRuntimeInstallerArchiveFileNameOSToken Condition=" '$(AspNetCoreRuntimeInstallerArchiveFileNameOSToken)' == '' ">linux</AspNetCoreRuntimeInstallerArchiveFileNameOSToken>
4040

41-
<AspNetCoreRuntimeInstallerArchiveSuffix Condition="'$(AspNetCoreRuntimePackageFlavor)' != 'notimestamp'">-$(AspNetCoreCoherenceTimestamp)</AspNetCoreRuntimeInstallerArchiveSuffix>
41+
<AspNetCoreRuntimeStoreSuffix Condition="'$(AspNetCoreRuntimePackageFlavor)' != 'notimestamp'">-$(AspNetCoreCoherenceTimestamp)</AspNetCoreRuntimeStoreSuffix>
42+
<AspNetCoreRuntimeInstallerArchiveSuffix Condition="'$(AspNetCoreRuntimeStoreSuffix)' != ''">-$(AspNetCoherenceLabel)$(AspNetCoreRuntimeStoreSuffix)</AspNetCoreRuntimeInstallerArchiveSuffix>
4243
<AspNetCoreRuntimeInstallerArchiveFileName>Build.RS.$(AspNetCoreRuntimeInstallerArchiveFileNameOSToken)$(AspNetCoreRuntimeInstallerArchiveSuffix)$(ArchiveExtension)</AspNetCoreRuntimeInstallerArchiveFileName>
4344
<AspNetCoreRuntimeInstallerArchiveFile>$(PackagesDirectory)/$(AspNetCoreRuntimeInstallerArchiveFileName)</AspNetCoreRuntimeInstallerArchiveFile>
4445

45-
<AspNetCoreRuntimeInstallerWixLibFileName Condition=" '$(OSName)' == 'win' ">AspNetCorePackageStoreLib$(Architecture).wixlib</AspNetCoreRuntimeInstallerWixLibFileName>
46+
<AspNetCoreRuntimeInstallerWixLibFileName Condition=" '$(OSName)' == 'win' ">AspNetCorePackageStoreLib$(Architecture)$(AspNetCoreRuntimeStoreSuffix).wixlib</AspNetCoreRuntimeInstallerWixLibFileName>
4647
<AspNetCoreRuntimeInstallerWixLibFile Condition=" '$(AspNetCoreRuntimeInstallerWixLibFileName)' != '' ">$(PackagesDirectory)/$(AspNetCoreRuntimeInstallerWixLibFileName)</AspNetCoreRuntimeInstallerWixLibFile>
4748
</PropertyGroup>
4849

build/DependencyVersions.props

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<SharedHostVersion>$(CLI_SharedFrameworkVersion)</SharedHostVersion>
1515
<HostFxrVersion>$(CLI_SharedFrameworkVersion)</HostFxrVersion>
1616
<TemplateEngineVersion>1.0.0-beta2-20170531-247</TemplateEngineVersion>
17-
<TemplateEngineTemplateVersion>1.0.0-beta2-20170531-247</TemplateEngineTemplateVersion>
18-
<TemplateEngineTemplate2_0Version>1.0.0-beta2-20170531-247</TemplateEngineTemplate2_0Version>
17+
<TemplateEngineTemplateVersion>1.0.0-beta2-20170602-250</TemplateEngineTemplateVersion>
18+
<TemplateEngineTemplate2_0Version>1.0.0-beta2-20170602-250</TemplateEngineTemplate2_0Version>
1919
<PlatformAbstractionsVersion>2.0.0-preview2-25402-02</PlatformAbstractionsVersion>
2020
<DependencyModelVersion>2.0.0-preview2-25402-02</DependencyModelVersion>
2121
<CliCommandLineParserVersion>0.1.0-alpha-142</CliCommandLineParserVersion>
@@ -24,8 +24,9 @@
2424

2525
<!-- This should either be timestamped or notimestamp as appropriate -->
2626
<AspNetCoreRuntimePackageFlavor>timestamped</AspNetCoreRuntimePackageFlavor>
27-
<AspNetCoreRuntimeVersion>dev-134</AspNetCoreRuntimeVersion>
28-
<AspNetCoreCoherenceTimestamp>preview2-25332</AspNetCoreCoherenceTimestamp>
27+
<AspNetCoreRuntimeVersion>2.0.0-preview2-139</AspNetCoreRuntimeVersion>
28+
<AspNetCoherenceLabel>preview2</AspNetCoherenceLabel>
29+
<AspNetCoreCoherenceTimestamp>25345</AspNetCoreCoherenceTimestamp>
2930

3031
</PropertyGroup>
3132

test/dotnet-migrate.Tests/NuGet.tempaspnetpatch.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
77
<add key="DotnetCore" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
88
<add key="aspnet-final" value="https://dotnet.myget.org/F/aspnetcore-2-0-0-preview1-no-timestamp/api/v3/index.json" />
9-
<add key="aspnet-release" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
9+
<add key="aspnet-release" value="https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json" />
1010
</packageSources>
1111
</configuration>

test/dotnet-new.Tests/NuGet.tempaspnetpatch.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
77
<add key="DotnetCore" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
88
<add key="aspnet-final" value="https://dotnet.myget.org/F/aspnetcore-2-0-0-preview1-no-timestamp/api/v3/index.json" />
9-
<add key="aspnet-release" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
9+
<add key="aspnet-release" value="https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json" />
1010
</packageSources>
1111
</configuration>

0 commit comments

Comments
 (0)