Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit043c3e9

Browse files
committed
Fix merge issues with debug
1 parent0fad698 commit043c3e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎appveyor-build.cmd‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ if not exist %_ngenexe% echo Error: Could not find ngen.exe. && goto :eof
2929
%_ngenexe% install proto\net40\bin\FSharp.Build-proto.dll
3030
%_ngenexe% install proto\net40\bin\fsc-proto.exe
3131

32-
%_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true
33-
@if ERRORLEVEL1echo Error: librarydebug build failed&&goto :eof
32+
%_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true /p:Configuration=Release
33+
@if ERRORLEVEL1echo Error: libraryrelease build failed&&goto :eof
3434

35-
%_msbuildexe% src/fsharp-compiler-build.proj /p:UseNugetPackages=true
36-
@if ERRORLEVEL1echo Error: compiledebug build failed&&goto :eof
35+
%_msbuildexe% src/fsharp-compiler-build.proj /p:UseNugetPackages=true /p:Configuration=Release
36+
@if ERRORLEVEL1echo Error: compileRelease build failed&&goto :eof
3737

3838
REM We don't build new net20 FSharp.Core anymore
3939
REM %_msbuildexe% src/fsharp-library-build.proj /p:TargetFramework=net20 /p:Configuration=Release
@@ -51,7 +51,7 @@ REM @if ERRORLEVEL 1 echo Error: library net20 build failed && goto :eof
5151
%_msbuildexe% src/fsharp-library-build.proj /p:TargetFramework=portable259 /p:Configuration=Release
5252
@if ERRORLEVEL1echo Error: library portable259 build failed&&goto :eof
5353
%_msbuildexe% src/fsharp-compiler-unittests-build.proj
54-
@if ERRORLEVEL1echo Error: compiler unittestsdebug build failed&&goto :eof
54+
@if ERRORLEVEL1echo Error: compiler unittestsRelease build failed&&goto :eof
5555

5656
%_msbuildexe% src/fsharp-library-unittests-build.proj /p:Configuration=Release
5757
@if ERRORLEVEL1echo Error: library unittests build failed&&goto :eof
@@ -81,7 +81,7 @@ pushd tests
8181

8282
REM Disabled while working out perl problem, see https://github.com/Microsoft/visualfsharp/pull/169
8383
REM call RunTests.cmd release fsharp Smoke
84-
REM @if ERRORLEVEL 1 echo Error: 'RunTests.cmddebug fsharpqa Smoke' failed && goto :eof
84+
REM @if ERRORLEVEL 1 echo Error: 'RunTests.cmdRelease fsharpqa Smoke' failed && goto :eof
8585

8686
REM Disabled while working out perl problem, see https://github.com/Microsoft/visualfsharp/pull/169
8787
REM call RunTests.cmd release fsharpqa Smoke

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp