зеркало из https://github.com/dotnet/razor.git
Master to main (#3310)
- this repo as well as arcade, roslyn and a few others
This commit is contained in:
Родитель
067bd1bbfc
Коммит
46b62c1677
|
@ -4,12 +4,12 @@ ASP.NET Core Tooling
|
|||
ASP.NET Core is an open-source and cross-platform framework for building modern cloud based internet connected applications, such as web apps, IoT apps and mobile backends.
|
||||
This repo contains tools for working on ASP.NET Core apps using the [.NET Core Command Line](https://github.com/dotnet/cli), [Visual Studio](https://visualstudio.com) & [Visual Studio Code](https://code.visualstudio.com/).
|
||||
|
||||
## Status [![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=master)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=master)
|
||||
## Status [![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=main)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=main)
|
||||
|
||||
|Build|Windows|Linux|MacOS|
|
||||
|-----|-------|-----|-----|
|
||||
|Debug|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=master&jobName=Windows&configuration=Windows%20debug)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=master)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=master&jobName=Linux&configuration=Linux%20debug)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=master)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=master&jobName=macOS&configuration=macOS%20debug)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=master)|
|
||||
|Release|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=master&jobName=Windows&configuration=Windows%20release)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=master)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=master&jobName=Linux&configuration=Linux%20release)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=master)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=master&jobName=macOS&configuration=macOS%20release)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=master)|
|
||||
|Debug|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=main&jobName=Windows&configuration=Windows%20debug)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=main)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=main&jobName=Linux&configuration=Linux%20debug)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=main)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=main&jobName=macOS&configuration=macOS%20debug)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=main)|
|
||||
|Release|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=main&jobName=Windows&configuration=Windows%20release)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=main)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=main&jobName=Linux&configuration=Linux%20release)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=main)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=main&jobName=macOS&configuration=macOS%20release)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=main)|
|
||||
|
||||
## Get Started
|
||||
|
||||
|
@ -26,7 +26,7 @@ and make pull-requests.
|
|||
* [Community Standup](http://live.asp.net): The community standup is held every week and streamed live to YouTube. You can view past standups in the linked playlist.
|
||||
* [Roadmap](https://github.com/dotnet/aspnetcore/wiki/Roadmap): The schedule and milestone themes for ASP.NET Core.
|
||||
* Check out the [contributing](CONTRIBUTING.md) page to see the best places to log issues and start discussions.
|
||||
* [Instructions to build ASP.NET Core Tooling source code](https://github.com/dotnet/aspnetcore-tooling/blob/master/docs/contributing/BuildFromSource.md)
|
||||
* [Instructions to build ASP.NET Core Tooling source code](https://github.com/dotnet/aspnetcore-tooling/blob/main/docs/contributing/BuildFromSource.md)
|
||||
|
||||
## Reporting security issues and bugs
|
||||
|
||||
|
|
|
@ -9,13 +9,13 @@ variables:
|
|||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- main
|
||||
|
||||
pr:
|
||||
autoCancel: true
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- main
|
||||
|
||||
stages:
|
||||
- stage: build
|
||||
|
|
|
@ -28,7 +28,7 @@ trigger:
|
|||
batch: true
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- main
|
||||
- release/*
|
||||
- internal/release/3.*
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ Before opening the `src/Razor/Razor.sln` file in Visual Studio or VS Code, you n
|
|||
|
||||
This will download the required tools and build the entire repository once.
|
||||
|
||||
> :bulb: Pro tip: you will also want to run this command after pulling large sets of changes. On the master
|
||||
> :bulb: Pro tip: you will also want to run this command after pulling large sets of changes. On the main
|
||||
> branch, we regularly update the versions of .NET Core SDK required to build the repo.
|
||||
> You will need to restart Visual Studio every time we update the .NET Core SDK.
|
||||
> To allow executing the setup script, you may need to update the execution policy on your machine.
|
||||
|
|
|
@ -12,5 +12,5 @@ Sometimes it may be necessary to make changes in [`dotnet/roslyn`](https://githu
|
|||
|
||||
## Notes:
|
||||
- If you're familiar with _Visual Studio Hives_ the `dotnet/roslyn` project uses the `RoslynDev` root suffix .
|
||||
- [Building Roslyn on Windows](https://github.com/dotnet/roslyn/blob/master/docs/contributing/Building,%20Debugging,%20and%20Testing%20on%20Windows.md)
|
||||
- [Building Roslyn on Linux and Mac](https://github.com/dotnet/roslyn/blob/master/docs/infrastructure/cross-platform.md)
|
||||
- [Building Roslyn on Windows](https://github.com/dotnet/roslyn/blob/main/docs/contributing/Building,%20Debugging,%20and%20Testing%20on%20Windows.md)
|
||||
- [Building Roslyn on Linux and Mac](https://github.com/dotnet/roslyn/blob/main/docs/infrastructure/cross-platform.md)
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
DO NOT UPDATE THESE MANUALLY. Use the `darc` command line tool to update this file so it stays in sync with
|
||||
Version.Details.xml.
|
||||
|
||||
See https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md for instructions on using darc.
|
||||
See https://github.com/dotnet/arcade/blob/main/Documentation/Darc.md for instructions on using darc.
|
||||
|
||||
-->
|
||||
<PropertyGroup Label="Automated">
|
||||
|
|
|
@ -80,7 +80,7 @@ try {
|
|||
|
||||
foreach ($unexpectedVar in $versionVars) {
|
||||
LogError `
|
||||
"Version variable '$unexpectedVar' does not have a matching entry in Version.Details.xml. See https://github.com/dotnet/aspnetcore/blob/master/docs/ReferenceResolution.md for instructions on how to add a new dependency." `
|
||||
"Version variable '$unexpectedVar' does not have a matching entry in Version.Details.xml. See https://github.com/dotnet/aspnetcore/blob/main/docs/ReferenceResolution.md for instructions on how to add a new dependency." `
|
||||
-filepath "$repoRoot\eng\Versions.props"
|
||||
}
|
||||
|
||||
|
|
|
@ -186,7 +186,7 @@
|
|||
}
|
||||
},
|
||||
"browserConfig": {
|
||||
"description": "Options based to the underlying JavaScript debugger. For more info, see https://github.com/microsoft/vscode-js-debug/blob/master/OPTIONS.md.",
|
||||
"description": "Options based to the underlying JavaScript debugger. For more info, see https://github.com/microsoft/vscode-js-debug/blob/main/OPTIONS.md.",
|
||||
"type": "object",
|
||||
"required": [],
|
||||
"default": {},
|
||||
|
|
Загрузка…
Ссылка в новой задаче