Skip to content

Commit 6bdb236

Browse files
psfinakivzarytovskiiabonie
authored
Minor docs clarification on releases + cleanup (#16026)
Co-authored-by: Vlad Zarytovskii <[email protected]> Co-authored-by: Adam Boniecki <[email protected]>
1 parent 739acb3 commit 6bdb236

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

INTERNAL.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -98,29 +98,6 @@ Since github issue filtering is currently not flexible enough, that query was ge
9898
Invoke-WebRequest -Uri "https://github.com/api/repos/dotnet/fsharp/labels?per_page=100" | ConvertFrom-Json | % { $_.name } | ? { $_.StartsWith("Area-") } | % { Write-Host -NoNewLine ('-label:"' + $_ + '" ') }
9999
```
100100

101-
## Less interesting links
102-
103-
[FSharp.Core (Official NuGet Release)](https://dev.azure.com/dnceng/internal/_release?_a=releases&definitionId=72).
104-
Uploads the final `FSharp.Core` package from the specified build to NuGet. This should only be run when we know for
105-
certain which build produced the final offical package.
106-
107-
[FSharp.Core (Preview NuGet Release)](https://dev.azure.com/dnceng/internal/_release?_a=releases&definitionId=92).
108-
Uploads the preview `FSharp.Core.*-beta.*` package from the specified build to NuGet. This should be run every time
109-
a new SDK preview is released.
110-
111-
[FCS (Official NuGet Release)](https://dev.azure.com/dnceng/internal/_release?view=mine&_a=releases&definitionId=99).
112-
Uploads the final `FSharp.Compiler.Service` package from the specified build to NuGet. Only builds from the `release/fcs`
113-
branch can be selected. This should only be run when we're fairly certain that the package is complete.
114-
115-
[FCS (Preview NuGet Release)](https://dev.azure.com/dnceng/internal/_release?view=mine&_a=releases&definitionId=98).
116-
Uploads the preview `FSharp.Compiler.Service.*-preview.*` package from the specified build to NuGet. Only builds from the
117-
`main` branch can be selected. This can be run whenever we think we're ready to preview a new FCS build.
118-
119-
[Nightly VSIX (main) uploader](https://dev.azure.com/dnceng/internal/_release?_a=releases&definitionId=70). Uploads
120-
a package from every build of `main` to the [Nightly VSIX feed](README.md#using-nightly-releases-in-visual-studio).
121-
122-
[Nightly VSIX (preview) uploader](https://dev.azure.com/dnceng/internal/_release?_a=releases&definitionId=71). Uploads
123-
a package from every build of the branch that corresponds to the current Visual Studio preview to the
124-
[Preview VSIX feed](README.md#using-nightly-releases-in-visual-studio).
101+
## Other links
125102

126103
[Internal source mirror](https://dev.azure.com/dnceng/internal/_git/dotnet-fsharp).

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ Even if you find a single-character typo, we're happy to take the change! Althou
7575
<add key="fsharp-prerelease" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
7676
```
7777

78+
**NOTE:** Official NuGet releases of FCS and FSharp.Core are synched with SDK releases (on purpose - we want to be in sync). Nightly packages release to Azure feeds on every successful insertion.
79+
7880
## Branches
7981

8082
These are the branches in use:

0 commit comments

Comments
 (0)