Skip to content

Commit b08965e

Browse files
author
Chet Husk
committed
need to incorporate the nuget.config into the project builds to get prerelease packages from myget feeds
1 parent c33a1e7 commit b08965e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FSharpSource.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -983,8 +983,8 @@ Some other NuGET monikers to support in the future, see http://docs.nuget.org/do
983983
<PropertyGroup>
984984
<SolutionDir>$(FSharpSourcesRoot)\..\</SolutionDir>
985985
</PropertyGroup>
986-
<Import Project="$(FSharpSourcesRoot)\..\.nuget\NuGet.targets" />
986+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
987987
<Target Name="BeforeBuild" BeforeTargets="Build">
988-
<Exec Command="$(NuGetCommand) restore packages.config -PackagesDirectory packages" WorkingDirectory="$(FSharpSourcesRoot)\.."/>
988+
<Exec Command="$(NuGetCommand) restore packages.config -PackagesDirectory packages -ConfigFile $(SolutionDir).nuget\NuGet.Config" WorkingDirectory="$(FSharpSourcesRoot)\.."/>
989989
</Target>
990990
</Project>

0 commit comments

Comments
 (0)