Skip to content

Commit d0e0c78

Browse files
wtgodberichlander
andauthored
Update docs/OnboardingNewOS.md
Co-authored-by: Rich Lander <[email protected]>
1 parent e5328cd commit d0e0c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/OnboardingNewOS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For info on modifying/adding new docker images, see [this doc](https://github.co
1212

1313
## Building on a new Operating System
1414

15-
On Mac and Linux, dotnet/aspnetcore does not build any native code - therefore we cross-compile all of our Linux bits on one docker image in CI. If you need to update the image that we use, simply follow the pattern from [this PR](https://github.com/dotnet/aspnetcore/pull/60260) to update the image we use in [ci.yml](https://github.com/dotnet/aspnetcore/blob/main/.azure/pipelines/ci.yml) and [ci-public.yml](https://github.com/dotnet/aspnetcore/blob/main/.azure/pipelines/ci.yml). Make sure to use one of the docker tags from the link above.
15+
On Mac and Linux, dotnet/aspnetcore does not build any native code - therefore we cross-compile all of our Linux bits on one docker image in CI. If you need to update the image that we use, simply follow the pattern from [this PR](https://github.com/dotnet/aspnetcore/pull/60260) to update the image we use in [ci.yml](https://github.com/dotnet/aspnetcore/blob/main/.azure/pipelines/ci.yml) and [ci-public.yml](https://github.com/dotnet/aspnetcore/blob/main/.azure/pipelines/ci-public.yml). Make sure to use one of the docker tags from the link above.
1616

1717
## Testing on a new Operating System
1818

0 commit comments

Comments
 (0)