Update buildtools and submodules
Resolves aspnet/AspNetCore-Internal#1175
This commit is contained in:
parent
3df6830df4
commit
9c5a54d2d7
|
|
@ -222,7 +222,7 @@
|
||||||
Solutions="@(Solution)"
|
Solutions="@(Solution)"
|
||||||
Artifacts="@(ArtifactInfo);@(ShippedArtifactInfo)"
|
Artifacts="@(ArtifactInfo);@(ShippedArtifactInfo)"
|
||||||
Repositories="@(Repository);@(ShippedRepository)"
|
Repositories="@(Repository);@(ShippedRepository)"
|
||||||
Properties="Configuration=$(Configuration);BuildNumber=$(BuildNumber);DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath);DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath)" />
|
Properties="Configuration=$(Configuration);BuildNumber=$(BuildNumber);DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath);DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath);InternalAspNetCoreSdkPackageVersion=$(InternalAspNetCoreSdkPackageVersion)" />
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<_UndeclaredPackageArtifact Include="%(ArtifactInfo.PackageId)" Condition="'%(ArtifactInfo.ArtifactType)' == 'NuGetPackage'" />
|
<_UndeclaredPackageArtifact Include="%(ArtifactInfo.PackageId)" Condition="'%(ArtifactInfo.ArtifactType)' == 'NuGetPackage'" />
|
||||||
|
|
@ -239,7 +239,7 @@
|
||||||
Repositories="@(Repository);@(ShippedRepository)"
|
Repositories="@(Repository);@(ShippedRepository)"
|
||||||
Dependencies="@(ExternalDependency)"
|
Dependencies="@(ExternalDependency)"
|
||||||
StartGraphAt="$(BuildGraphOf)"
|
StartGraphAt="$(BuildGraphOf)"
|
||||||
Properties="Configuration=$(Configuration);BuildNumber=$(BuildNumber);DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath);DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath)">
|
Properties="Configuration=$(Configuration);BuildNumber=$(BuildNumber);DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath);DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath);InternalAspNetCoreSdkPackageVersion=$(InternalAspNetCoreSdkPackageVersion)">
|
||||||
<Output TaskParameter="RepositoryBuildOrder" ItemName="RepositoryBuildOrder" />
|
<Output TaskParameter="RepositoryBuildOrder" ItemName="RepositoryBuildOrder" />
|
||||||
</RepoTasks.AnalyzeBuildGraph>
|
</RepoTasks.AnalyzeBuildGraph>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
version:2.1.3-rtm-15822
|
version:2.1.3-rtm-15823
|
||||||
commithash:fcf832327c9f860de3d93283b7af40e6132486f5
|
commithash:e19710797af394871441593f20f2fb479525d9ac
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 904aac36123e7d62081eb4f0e50c86a50aab9a66
|
Subproject commit 47e2ba3755450c584990480c23331d286ffa78cf
|
||||||
Loading…
Reference in New Issue