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

Commitbcc94d5

Browse files
committed
2 parentse452a46 +2ad2627 commitbcc94d5

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

‎build.cmd‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ if /i "%ARG%" == "microbuild" (
211211
setBUILD_VS=1
212212
setBUILD_SETUP=%FSC_BUILD_SETUP%
213213
setBUILD_NUGET=1
214+
setBUILD_MICROBUILD=1
214215

215216
setTEST_NET40_COMPILERUNIT_SUITE=1
216217
setTEST_NET40_COREUNIT_SUITE=1
@@ -478,6 +479,7 @@ echo BUILD_SETUP=%BUILD_SETUP%
478479
echo BUILD_NUGET=%BUILD_NUGET%
479480
echo BUILD_CONFIG=%BUILD_CONFIG%
480481
echo BUILD_PUBLICSIGN=%BUILD_PUBLICSIGN%
482+
echo BUILD_MICROBUILD=%BUILD_MICROBUILD%
481483
echo.
482484
echo PB_SKIPTESTS=%PB_SKIPTESTS%
483485
echo PB_RESTORESOURCE=%PB_RESTORESOURCE%

‎packages.config‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<packageid="System.Reflection.Metadata"version="1.4.2" />
2020
<packageid="Microsoft.DiaSymReader.PortablePdb"version="1.2.0" />
2121
<packageid="Microsoft.DiaSymReader"version="1.1.0" />
22+
<packageid="System.ValueTuple"version="4.3.1" />
2223
<packageid="System.ValueTuple"version="4.4.0" />
2324
<packageid="Microsoft.VisualFSharp.Msbuild.15.0"version="1.0.1" />
2425
<packageid="Microsoft.Build"version="14.3.0" />

‎vsintegration/Vsix/VisualFSharpFull/VisualFSharpFull.csproj‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
<Link>License.txt</Link>
2424
<IncludeInVSIX>true</IncludeInVSIX>
2525
</Content>
26+
<ContentInclude="$(FSharpSourcesRoot)\..\packages\System.ValueTuple.4.3.1\System.ValueTuple.4.3.1.nupkg" Condition =" '$(BUILD_MICROBUILD)' == ''">
27+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
28+
<Link>packages\System.ValueTuple.4.3.1.nupkg</Link>
29+
<IncludeInVSIX>true</IncludeInVSIX>
30+
</Content>
2631
<ContentInclude="$(FSharpSourcesRoot)\..\packages\System.ValueTuple.4.4.0\System.ValueTuple.4.4.0.nupkg">
2732
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2833
<Link>packages\System.ValueTuple.4.4.0.nupkg</Link>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp