File: no-nuget.patch

package info (click to toggle)
fsharp 4.0.0.4%2Bdfsg2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 58,824 kB
  • ctags: 1,395
  • sloc: cs: 2,983; ml: 1,098; makefile: 410; sh: 409; xml: 113
file content (13 lines) | stat: -rw-r--r-- 621 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: fsharp/src/FSharpSource.targets
===================================================================
--- fsharp.orig/src/FSharpSource.targets
+++ fsharp/src/FSharpSource.targets
@@ -983,8 +983,4 @@ Some other NuGET monikers to support in
   <PropertyGroup>
     <SolutionDir>$(FSharpSourcesRoot)\..\</SolutionDir>
   </PropertyGroup>
-  <Import Project="$(FSharpSourcesRoot)\..\.nuget\NuGet.targets" />
-  <Target Name="BeforeBuild" BeforeTargets="Build">
-    <Exec Command="$(NuGetCommand) restore packages.config -PackagesDirectory packages" WorkingDirectory="$(FSharpSourcesRoot)\.."/>
-  </Target>
 </Project>