Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Onboarding.md #7665

Merged
merged 1 commit into from
Jul 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Documentation/Onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@

Steps:
1. Add a
[global.json](https://github.com/dotnet/arcade/blob/master/global.json).
[global.json](https://github.com/dotnet/arcade/blob/main/global.json).
2. Add (or copy)
[Directory.Build.props](https://github.com/dotnet/arcade/blob/master/Directory.Build.props)
[Directory.Build.props](https://github.com/dotnet/arcade/blob/main/Directory.Build.props)
and
[Directory.build.targets](https://github.com/dotnet/arcade/blob/master/Directory.Build.targets).
[Directory.build.targets](https://github.com/dotnet/arcade/blob/main/Directory.Build.targets).
3. Copy `eng\common` from
[Arcade](https://github.com/dotnet/arcade/tree/master/eng/common)
[Arcade](https://github.com/dotnet/arcade/tree/main/eng/common)
into repo.
4. Add (or copy) the
[Versions.props](https://github.com/dotnet/arcade/blob/master/eng/Versions.props)
[Versions.props](https://github.com/dotnet/arcade/blob/main/eng/Versions.props)
and
[Version.Details.xml](https://github.com/dotnet/arcade/blob/master/eng/Version.Details.xml)
[Version.Details.xml](https://github.com/dotnet/arcade/blob/main/eng/Version.Details.xml)
files to your eng\ folder. Adjust the version prefix and prerelease label
as necessary.
5. Add dotnet-core feed and any other feeds that the repository restores NuGet packages from to
[NuGet.config](https://github.com/dotnet/arcade/blob/master/NuGet.config).
[NuGet.config](https://github.com/dotnet/arcade/blob/main/NuGet.config).

**Using Arcade packages** - See [documentation](CorePackages/) for
information on specific packages.
Expand All @@ -37,7 +37,7 @@
DevDiv to DncEng](AzureDevOps/MovingFromDevDivToDncEng.md).
- Onboard onto dependency flow (Darc). - See [Dependency Flow
Onboarding](DependencyFlowOnboarding.md).
- Use Helix for testing where possible - See [Sending Jobs to Helix](https://github.com/dotnet/arcade/blob/master/Documentation/AzureDevOps/SendingJobsToHelix.md)
- Use Helix for testing where possible - See [Sending Jobs to Helix](https://github.com/dotnet/arcade/blob/main/Documentation/AzureDevOps/SendingJobsToHelix.md)

## Which branches should I make these changes in?

Expand Down