@@ -98,29 +98,6 @@ Since github issue filtering is currently not flexible enough, that query was ge
98
98
Invoke-WebRequest -Uri "https://github.com/api/repos/dotnet/fsharp/labels?per_page=100" | ConvertFrom-Json | % { $_.name } | ? { $_.StartsWith("Area-") } | % { Write-Host -NoNewLine ('-label:"' + $_ + '" ') }
99
99
```
100
100
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
125
102
126
103
[ Internal source mirror] ( https://dev.azure.com/dnceng/internal/_git/dotnet-fsharp ) .
0 commit comments