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

Commit2ef867e

Browse files
committed
Remove GACing from appveyor build
1 parentaf79f86 commit2ef867e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

‎appveyor-build.cmd‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,13 @@ if not exist %_msbuildexe% set _msbuildexe="%ProgramFiles(x86)%\MSBuild\14.0\Bin
99
ifnotexist%_msbuildexe%set_msbuildexe="%ProgramFiles%\MSBuild\14.0\Bin\MSBuild.exe"
1010
ifnotexist%_msbuildexe%echo Error: Could not find MSBuild.exe. Please see http://www.microsoft.com/en-us/download/details.aspx?id=40760.&&goto :eof
1111

12-
set_gacutilexe="%ProgramFiles(x86)%\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\gacutil.exe"
13-
ifnotexist%_gacutilexe%echo Error: Could not find gacutil.exe.&&goto :eof
14-
1512
set_ngenexe="%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\ngen.exe"
1613
ifnotexist%_ngenexe%echo Error: Could not find ngen.exe.&&goto :eof
1714

1815
.\.nuget\NuGet.exe restore packages.config -PackagesDirectory packages
1916
@if ERRORLEVEL1echo Error: Nuget restore failed&&goto :eof
2017

2118
::Build
22-
%_gacutilexe% /i lkg\FSharp-2.0.50726.900\bin\FSharp.Core.dll
23-
@if ERRORLEVEL1echo Error: gacutil failed&&goto :eof
24-
2519
%_msbuildexe% src\fsharp-proto-build.proj
2620
@if ERRORLEVEL1echo Error: compiler proto build failed&&goto :eof
2721

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp