File tree Expand file tree Collapse file tree
tests/ParallelTypeCheckingTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 <Content Include =" Tests\FCS.args.txt" />
5050 <Content Include =" Tests\FCS.prepare.ps1" />
5151 <Content Include =" Tests\ComponentTests.args.txt" />
52+ <Content Include =" Tests\.gitignore" />
5253 <Compile Include =" Program.fs" />
5354 <Content Include =" Docs.md" />
5455 </ItemGroup >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ let internal setupParsed config =
3131 setupCompilationMethod method
3232
3333 printfn $" WorkingDir = {workingDir}"
34- workingDir |> Option.iter ( fun dir -> Environment.CurrentDirectory <- replaceCodeRoot dir)
34+ workingDir |> Option.iter ( fun dir -> Environment.CurrentDirectory <- dir)
3535 args
3636
3737let internal TestCompilerFromArgs ( config : Args ) : unit =
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ open OpenTelemetry
1111open OpenTelemetry.Resources
1212open OpenTelemetry.Trace
1313
14- let CodeRoot =
15- @ $" {__SOURCE_DIRECTORY__}\. checkouts\f cs"
16- let replaceCodeRoot ( s : string ) = s.Replace( " $CODE_ROOT$" , CodeRoot)
1714let packages =
1815 // Here we assume that the NuGet packages are located in a certain user folder,
1916 // and that the projects being compiled use that global package cache
@@ -22,7 +19,6 @@ let packages =
2219 Environment.ExpandEnvironmentVariables( pathWithEnv);
2320let replacePaths ( s : string ) =
2421 s
25- |> replaceCodeRoot
2622 |> fun s -> s.Replace( " $PACKAGES$" , packages)
2723
2824[<Struct>]
You can’t perform that action at this time.
0 commit comments