Update darc
and synchronize more VMR non-src/
content (#14944)
This commit is contained in:
parent
a32ae212ad
commit
20663112b5
4 changed files with 18 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
"isRoot": true,
|
||||
"tools": {
|
||||
"microsoft.dotnet.darc": {
|
||||
"version": "1.1.0-beta.22557.2",
|
||||
"version": "1.1.0-beta.22559.2",
|
||||
"commands": [
|
||||
"darc"
|
||||
]
|
||||
|
|
|
@ -205,13 +205,13 @@
|
|||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>80b6be47e1425ea90c5febffac119250043a0c92</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.22557.2">
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.22559.2">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
<Sha>09c0d1e48621eb3b85257ec0c3af9814c33665a1</Sha>
|
||||
<Sha>5f08d3d04702feaa49acd692aa3a169512446ee9</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.22557.2">
|
||||
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.22559.2">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
<Sha>09c0d1e48621eb3b85257ec0c3af9814c33665a1</Sha>
|
||||
<Sha>5f08d3d04702feaa49acd692aa3a169512446ee9</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="7.0.0-rc.1.22426.10">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.22557.2</MicrosoftDotNetDarcLibVersion>
|
||||
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.22559.2</MicrosoftDotNetDarcLibVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
|
|
@ -12,8 +12,18 @@
|
|||
// These patches are applied on top of the code synchronized into the VMR
|
||||
"patchesPath": "src/installer/src/SourceBuild/tarball/patches",
|
||||
|
||||
// Files on this path are synchronized with files in the root of the VMR
|
||||
"contentPath": "src/installer/src/SourceBuild/tarball/content",
|
||||
// Some files are copied outside of the src/ directory into other locations
|
||||
// When files in the source paths are changed, they are automatically synchronized too
|
||||
"additionalMappings": [
|
||||
{
|
||||
"source": "src/installer/src/SourceBuild/tarball/content",
|
||||
"destination": ""
|
||||
},
|
||||
{
|
||||
"source": "src/installer/eng/common",
|
||||
"destination": "eng/common"
|
||||
}
|
||||
],
|
||||
|
||||
// These defaults are added to all mappings unless `ignoreDefaults: true` is specified
|
||||
// When no "include" filter is specified, "**/*" is used
|
||||
|
|
Loading…
Reference in a new issue