File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 88 <AccelerateBuildsInVisualStudio >true</AccelerateBuildsInVisualStudio >
99 <FSharpNetCoreProductDefaultTargetFramework >net9.0</FSharpNetCoreProductDefaultTargetFramework >
1010 <IgnoreMibc Condition =" '$(IgnoreMibc)' == ''" >$(DotNetBuildSourceOnly)</IgnoreMibc >
11+ <!-- When building in the VMR, we never need to publish Windows PDBs. Any conversion to Windows PDBs will be done during staging if necessary. -->
12+ <PublishWindowsPdb Condition =" '$(DotNetBuildOrchestrator)' == 'true'" >false</PublishWindowsPdb >
1113 </PropertyGroup >
1214
1315 <!--
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ variables:
3535 # (since for all *new* release branches we insert into VS main and for all *previous* releases we insert into corresponding VS release),
3636 # i.e. 'rel/d17.9' *or* 'main' in dotnet/fsharp/refs/heads/main and 'main' in F# dotnet/fsharp/refs/heads/release/dev17.10 (latest release branch)
3737 - name : VSInsertionTargetBranchName
38- value : feature/d18initial
38+ value : main
3939 - name : _TeamName
4040 value : FSharp
4141 - name : TeamName
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Dependencies >
3- <Source Uri =" https://github.com/dotnet/dotnet" Mapping =" fsharp" Sha =" 721dc7a2a59416b21fc49447d264009d708d6000 " BarId =" 265489 " />
3+ <Source Uri =" https://github.com/dotnet/dotnet" Mapping =" fsharp" Sha =" ad8565092bbfdd5c8b4a94a718d10b2d394f7aee " BarId =" 268384 " />
44 <ProductDependencies >
55 <Dependency Name =" Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version =" 9.0.0-alpha.1.25223.3" >
66 <Uri >https://github.com/dotnet/source-build-reference-packages</Uri >
Original file line number Diff line number Diff line change 77 <!-- This needs to be built only in the inner VMR build proto invocation, but not the outer VMR build invocation.
88 The project does not import Arcade targets so we only have the properties that were passed in, rather than
99 calculated properties like DotNetBuildPhase. -->
10- <ItemGroup Condition =" '$(DotNetBuildSourceOnly)'!='true' or '$(DotNetBuildInnerRepo)' == 'true'" >
10+ <!-- TODO: Remove this condition when fsharp upgraded to Arcade 10 -->
11+ <ItemGroup Condition =" '$(DotNetBuildOrchestrator)' == 'true' or '$(DotNetBuildSourceOnly)' != 'true' or '$(DotNetBuildInnerRepo)' == 'true'" >
1112 <Projects Include =" buildtools\fslex\fslex.fsproj" />
1213 <Projects Include =" buildtools\fsyacc\fsyacc.fsproj" />
1314 <Projects Include =" buildtools\AssemblyCheck\AssemblyCheck.fsproj" />
You can’t perform that action at this time.
0 commit comments