Skip to content

Commit 5c39f62

Browse files
committed
add msbuild feed
1 parent 7d72269 commit 5c39f62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/FSharp.Compiler.Service.Tests.netcore/NuGet.Config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
<configuration>
33
<packageSources>
44
<add key="fsharp-netcore-preview2" value="https://www.myget.org/F/fsharp-netcoresdk-preview2-betatest/api/v3/index.json" />
5+
<!-- MSBuild -->
6+
<add key="dotnet-buildtools" value="https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
57
</packageSources>
68
</configuration>

0 commit comments

Comments
 (0)