Skip to content

Commit 081314e

Browse files
authored
Merge dotnet/Installer src and test folder histories (#40084)
2 parents ed073ea + df9686a commit 081314e

File tree

439 files changed

+36685
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

439 files changed

+36685
-11
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<!-- This is an empty project that exists to be published by DARC and trigger
4+
dependency uptake for this repo. -->
5+
6+
<PropertyGroup>
7+
<TargetFramework>netstandard2.0</TargetFramework>
8+
<IsPackable Condition="$(PublishInternalAsset) == true">true</IsPackable>
9+
<IsShipping>false</IsShipping>
10+
</PropertyGroup>
11+
12+
</Project>

src/SourceBuild/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Source-Build
2+
3+
This directory contains the .NET source build infrastructure.
4+
5+
_content_ - source build infrastructure mirrored to [dotnet/dotnet](https://github.com/dotnet/dotnet)
6+
[VMR](https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/VMR-Design-And-Operation.md).
7+
8+
_patches_ - repo patches needed for .NET source build. Typically these are ephemeral to workaround integration
9+
issues. For more information, see the [Patch Guidelines](https://github.com/dotnet/source-build/blob/main/Documentation/patching-guidelines.md).
10+
11+
For more information, see [dotnet/source-build](https://github.com/dotnet/source-build).
12+
13+
## Local development workflow
14+
15+
When making changes to the source build infrastructure, devs would typically make and test the
16+
changes in a local clone of [dotnet/dotnet](https://github.com/dotnet/dotnet). Once complete
17+
you would copy the changed files here and make a PR. To validate the end to end experience, you
18+
can synchronize the VMR with any changes made here by running [eng/vmr-sync.sh](https://github.com/dotnet/installer/blob/main/eng/vmr-sync.sh).
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## DO NOT MODIFY THIS FILE MANUALLY. This is part of auto-baselining from 1ES Pipeline Templates. Go to [https://aka.ms/1espt-autobaselining] for more details.
2+
3+
pipelines:
4+
1330:
5+
retail:
6+
source:
7+
credscan:
8+
lastModifiedDate: 2024-03-25
9+
eslint:
10+
lastModifiedDate: 2024-03-25
11+
psscriptanalyzer:
12+
lastModifiedDate: 2024-03-25
13+
armory:
14+
lastModifiedDate: 2024-03-25
15+
binary:
16+
credscan:
17+
lastModifiedDate: 2024-03-25
18+
binskim:
19+
lastModifiedDate: 2024-03-25
20+
spotbugs:
21+
lastModifiedDate: 2024-03-25

0 commit comments

Comments
 (0)