@@ -20,42 +20,42 @@ if not exist %_ngenexe% echo Error: Could not find ngen.exe. && goto :eof
20
20
%_ngenexe% install Proto\net40\bin\fsc-proto.exe
21
21
@ if ERRORLEVEL 1 echo Error: NGen of proto failed && goto :eof
22
22
23
- %_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true /p: Configuration=Release
23
+ %_msbuildexe% src/fsharp-library-build.proj /p:Configuration=Release
24
24
@ if ERRORLEVEL 1 echo Error: library build failed && goto :eof
25
25
26
- %_msbuildexe% src/fsharp-compiler-build.proj /p:UseNugetPackages=true /p: Configuration=Release
26
+ %_msbuildexe% src/fsharp-compiler-build.proj /p:Configuration=Release
27
27
@ if ERRORLEVEL 1 echo Error: compiler build failed && goto :eof
28
28
29
29
REM We don't build new net20 FSharp.Core anymore
30
- REM %_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true /p: TargetFramework=net20
30
+ REM %_msbuildexe% src/fsharp-library-build.proj /p:TargetFramework=net20
31
31
REM @if ERRORLEVEL 1 echo Error: library net20 build failed && goto :eof
32
32
33
- %_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true /p: TargetFramework=portable47 /p:Configuration=Release
33
+ %_msbuildexe% src/fsharp-library-build.proj /p:TargetFramework=portable47 /p:Configuration=Release
34
34
@ if ERRORLEVEL 1 echo Error: library portable47 build failed && goto :eof
35
35
36
- %_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true /p: TargetFramework=portable7 /p:Configuration=Release
36
+ %_msbuildexe% src/fsharp-library-build.proj /p:TargetFramework=portable7 /p:Configuration=Release
37
37
@ if ERRORLEVEL 1 echo Error: library portable7 build failed && goto :eof
38
38
39
39
40
- %_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true /p: TargetFramework=portable78 /p:Configuration=Release
40
+ %_msbuildexe% src/fsharp-library-build.proj /p:TargetFramework=portable78 /p:Configuration=Release
41
41
@ if ERRORLEVEL 1 echo Error: library portable78 build failed && goto :eof
42
42
43
- %_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true /p: TargetFramework=portable259 /p:Configuration=Release
43
+ %_msbuildexe% src/fsharp-library-build.proj /p:TargetFramework=portable259 /p:Configuration=Release
44
44
@ if ERRORLEVEL 1 echo Error: library portable259 build failed && goto :eof
45
45
46
46
47
47
48
48
49
- %_msbuildexe% src/fsharp-library-unittests-build.proj /p:UseNugetPackages=true /p: Configuration=Release
49
+ %_msbuildexe% src/fsharp-library-unittests-build.proj /p:Configuration=Release
50
50
@ if ERRORLEVEL 1 echo Error: library unittests build failed && goto :eof
51
51
52
- %_msbuildexe% src/fsharp-library-unittests-build.proj /p:UseNugetPackages=true /p: TargetFramework=portable47 /p:Configuration=Release
52
+ %_msbuildexe% src/fsharp-library-unittests-build.proj /p:TargetFramework=portable47 /p:Configuration=Release
53
53
@ if ERRORLEVEL 1 echo Error: library unittests build failed portable47 && goto :eof
54
54
55
- %_msbuildexe% src/fsharp-library-unittests-build.proj /p:UseNugetPackages=true /p: TargetFramework=portable7 /p:Configuration=Release
55
+ %_msbuildexe% src/fsharp-library-unittests-build.proj /p:TargetFramework=portable7 /p:Configuration=Release
56
56
@ if ERRORLEVEL 1 echo Error: library unittests build failed portable7 && goto :eof
57
57
58
- %_msbuildexe% src/fsharp-library-unittests-build.proj /p:UseNugetPackages=true /p: TargetFramework=portable78 /p:Configuration=Release
58
+ %_msbuildexe% src/fsharp-library-unittests-build.proj /p:TargetFramework=portable78 /p:Configuration=Release
59
59
@ if ERRORLEVEL 1 echo Error: library unittests build failed portable78 && goto :eof
60
60
61
61
@@ -78,11 +78,7 @@ REM Disabled while working out perl problem, see https://github.com/Microsoft/vi
78
78
REM call RunTests.cmd release fsharpqa Smoke
79
79
REM @if ERRORLEVEL 1 echo Error: 'RunTests.cmd release fsharpqa Smoke' failed && goto :eof
80
80
81
- set PATH = %PATH% ;%~dp0 %packages\NUnit.Runners.2.6.3\tools\
82
81
call RunTests.cmd release coreunit
83
82
@ if ERRORLEVEL 1 echo Error: 'RunTests.cmd release coreunit' failed && goto :eof
84
83
85
84
popd
86
-
87
-
88
-
0 commit comments