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

Commitda2a472

Browse files
committed
add more profiles to appveyor build
1 parentcd3f441 commitda2a472

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

‎appveyor-build.cmd‎

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,31 +40,27 @@ REM @if ERRORLEVEL 1 echo Error: library net20 debug build failed && goto :eof
4040
%_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true /p:TargetFramework=portable47
4141
@if ERRORLEVEL1echo Error: library portable47 debug build failed&&goto :eof
4242

43-
REM Dropped for faster build
44-
REM %_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true /p:TargetFramework=portable7
45-
REM @if ERRORLEVEL 1 echo Error: library portable7 debug build failed && goto :eof
43+
%_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true /p:TargetFramework=portable7
44+
@if ERRORLEVEL1echo Error: library portable7 debug build failed&&goto :eof
4645

4746

4847
%_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true /p:TargetFramework=portable78
4948
@if ERRORLEVEL1echo Error: library portable78 debug build failed&&goto :eof
5049

51-
REM Dropped for faster build
52-
REM %_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true /p:TargetFramework=portable259
53-
REM @if ERRORLEVEL 1 echo Error: library portable259 debug build failed && goto :eof
50+
%_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true /p:TargetFramework=portable259
51+
@if ERRORLEVEL1echo Error: library portable259 debug build failed&&goto :eof
5452

5553

5654

5755

5856
%_msbuildexe% src/fsharp-library-unittests-build.proj /p:UseNugetPackages=true
5957
@if ERRORLEVEL1echo Error: library unittests debug build failed&&goto :eof
6058

61-
REM Dropped for faster build
62-
REM %_msbuildexe% src/fsharp-library-unittests-build.proj /p:UseNugetPackages=true /p:TargetFramework=portable47
63-
@REM if ERRORLEVEL 1 echo Error: library unittests debug build failed portable47 && goto :eof
59+
%_msbuildexe% src/fsharp-library-unittests-build.proj /p:UseNugetPackages=true /p:TargetFramework=portable47
60+
@if ERRORLEVEL1echo Error: library unittests debug build failed portable47&&goto :eof
6461

65-
REM Dropped for faster build
66-
REM %_msbuildexe% src/fsharp-library-unittests-build.proj /p:UseNugetPackages=true /p:TargetFramework=portable7
67-
REM @if ERRORLEVEL 1 echo Error: library unittests debug build failed portable7 && goto :eof
62+
%_msbuildexe% src/fsharp-library-unittests-build.proj /p:UseNugetPackages=true /p:TargetFramework=portable7
63+
@if ERRORLEVEL1echo Error: library unittests debug build failed portable7&&goto :eof
6864

6965
%_msbuildexe% src/fsharp-library-unittests-build.proj /p:UseNugetPackages=true /p:TargetFramework=portable78
7066
@if ERRORLEVEL1echo Error: library unittests debug build failed portable78&&goto :eof

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp