-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
September merge * integrate dotnet/fsharp from e1b8537 to 48f932c * notable changes include: * (preview) nameof * (preview) open static classes * Fixed 64-bit integer literal parsing * Better exhaustiveness checking for byte and sbyte pattern matches * Better native resource handling * Script-host assembly load events
- Loading branch information
Showing
192 changed files
with
4,961 additions
and
5,267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,5 @@ | |
targets.make text eol=lf | ||
|
||
*.bsl linguist-vendored=true | ||
|
||
*.png binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Links for internal team members to find build definitions, etc. | ||
|
||
Note that usually only the most recent link in each section is interesting. Older links are included for reference only. | ||
|
||
## PR Build Definition | ||
|
||
The PR build definition can be found [here](https://dev.azure.com/dnceng/public/_build?definitionId=496) or by | ||
navigating through an existing PR. | ||
|
||
## Signed Build Definitions | ||
|
||
[VS 16.4 to current](https://dev.azure.com/dnceng/internal/_build?definitionId=499&_a=summary) | ||
|
||
[VS 15.7 to 16.3](https://dev.azure.com/devdiv/DevDiv/_build/index?definitionId=8978) | ||
|
||
[VS 15.6](https://dev.azure.com/devdiv/DevDiv/_build?definitionId=7239) | ||
|
||
[VS 15.0 to 15.5](https://dev.azure.com/devdiv/DevDiv/_build?definitionId=5037) | ||
|
||
## VS Insertion Generators | ||
|
||
VS 16.4 to current - part of the build definition. [See below](#vs-insertions-as-part-of-the-build-definition). | ||
|
||
The following insertion generators are automatically invoked upon successful completion of a signed build in each of | ||
their respective branches. | ||
|
||
[VS 16.3](https://dev.azure.com/devdiv/DevDiv/_release?definitionId=1839&_a=releases) | ||
|
||
[VS 16.2](https://dev.azure.com/devdiv/DevDiv/_release?definitionId=1699&_a=releases) | ||
|
||
[VS 16.1](https://dev.azure.com/devdiv/DevDiv/_release?definitionId=1669&_a=releases) | ||
|
||
VS 16.0 and prior were done manually | ||
|
||
## VS Insertions as part of the build definition | ||
|
||
Starting with the 16.4 release and moving forwards, the VS insertion is generated as part of the build. The relevant | ||
bits can be found near the bottom of [`azure-pipelines.yml`](azure-pipelines.yml) under the `VS Insertion` header. The | ||
interesting parameters are `componentBranchName` and `insertTargetBranch`. In short, when an internal signed build | ||
completes and the name of the branch built exactly equals the value in the `componentBranchName` parameter, a component | ||
insertion into VS will be created into the `insertTargetBranch` branch. The link to the insertion PR will be found | ||
near the bottom of the build under the title 'Insert into VS'. Examine the log for 'Insert VS Payload' and near the | ||
bottom you'll see a line that looks like `Created request #xxxxxx at https://...`. | ||
|
||
To see all insertions created this way (possibly including for other internal teams), check | ||
[here](https://dev.azure.com/devdiv/DevDiv/_git/VS/pullrequests?creatorId=122d5278-3e55-4868-9d40-1e28c2515fc4&_a=active). | ||
|
||
## Less interesting links | ||
|
||
[Nightly VSIX (master) uploader](https://dev.azure.com/dnceng/internal/_release?_a=releases&definitionId=70). Uploads | ||
a package from every build of `master` to the [Nightly VSIX feed](README.md#using-nightly-releases-in-visual-studio). | ||
|
||
[Nightly VSIX (preview) uploader](https://dev.azure.com/dnceng/internal/_release?_a=releases&definitionId=71). Uploads | ||
a package from every build of the branch that corresponds to the current Visual Studio preview to the | ||
[Preview VSIX feed](README.md#using-nightly-releases-in-visual-studio). | ||
|
||
[MyGet package uploader](https://dev.azure.com/dnceng/internal/_release?_a=releases&definitionId=69). Uploads various | ||
packages for internal consumption. Feed URL is `https://dotnet.myget.org/F/fsharp/api/v3/index.json`. | ||
|
||
[Internal source mirror](https://dev.azure.com/dnceng/internal/_git/dotnet-fsharp). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.