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

Commita83b5d7

Browse files
committed
update appveyor support
1 parent415f2c4 commita83b5d7

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

‎build.cmd‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ REM @if ERRORLEVEL 1 echo Error: 'tests\BuildTestTools.cmd debug' failed && goto
4848
@echoon
4949
setPATH=%PATH%;%~dp0%packages\NUnit.Runners.2.6.3\tools\
5050
tests\RunTests.cmd debug fsharpqa Smoke
51-
@if ERRORLEVEL1echo Error: 'RunTests.cmd debug fsharpqaCodeGen01' failed&&goto :eof
51+
@if ERRORLEVEL1echo Error: 'RunTests.cmd debug fsharpqaSmoke' failed&&goto :eof
5252
tests\RunTests.cmd debug coreunit
5353
@if ERRORLEVEL1echo Error: 'RunTests.cmd debug coreunit' failed&&goto :eof
5454
tests\RunTests.cmd debug fsharp Smoke
55-
@if ERRORLEVEL1echo Error: 'RunTests.cmd debug fsharpqaCodeGen01' failed&&goto :eof
55+
@if ERRORLEVEL1echo Error: 'RunTests.cmd debug fsharpqaSmoke' failed&&goto :eof

‎src/fsharp/FSharp.Core.Unittests/FSharp.Core.Unittests.fsproj‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
{Registry:Software\Microsoft\.NETFramework,v4.5,AssemblyFoldersEx};
2828
</AssemblySearchPaths>
2929
</PropertyGroup>
30-
<TargetName="BeforeResolveReferences"Condition="'$(UseNugetPackages)'=='true'">
31-
<CreatePropertyValue="..\..\..\packages\NUnit.2.6.3\lib;$(AssemblySearchPaths)">
32-
<OutputTaskParameter="Value"PropertyName="AssemblySearchPaths" />
33-
</CreateProperty>
34-
</Target>
3530
<PropertyGroup>
3631
<DefineConstantsCondition=" '$(TargetFramework)' == 'sl5'">$(DefineConstants);SILVERLIGHT</DefineConstants>
3732
<DefineConstants>$(DefineConstants);EXTENSIONTYPING</DefineConstants>
@@ -113,4 +108,10 @@
113108
<CompileInclude="SurfaceArea.4.0.fs"Condition="'$(TargetFramework)' == 'net40'"/>
114109
</ItemGroup>
115110
<ImportProject="$(FSharpSourcesRoot)\FSharpSource.targets" />
111+
<TargetName="BeforeResolveReferences"Condition="'$(UseNugetPackages)'=='true'">
112+
<CreatePropertyValue="$(ProjectDir)..\..\..\packages\NUnit.2.6.3\lib\;$(AssemblySearchPaths)">
113+
<OutputTaskParameter="Value"
114+
PropertyName="AssemblySearchPaths" />
115+
</CreateProperty>
116+
</Target>
116117
</Project>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp