File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,6 @@ let singleTestBuildAndRunCore cfg copyFiles p =
219219 let projectBody = generateProjectArtifacts pc targetFramework cfg.BUILD_ CONFIG
220220 emitFile projectFileName projectBody
221221 use testOkFile = new FileGuard( Path.Combine( directory, " test.ok" ))
222- printfn " executeFsc: cfg.DotNetExe = %s " cfg.DotNetExe
223222 exec { cfg with Directory = directory } cfg.DotNetExe ( sprintf " run -f %s " targetFramework)
224223 testOkFile.CheckExists()
225224 executeFsc compilerType targetFramework
@@ -230,7 +229,6 @@ let singleTestBuildAndRunCore cfg copyFiles p =
230229 let projectBody = generateProjectArtifacts pc targetFramework cfg.BUILD_ CONFIG
231230 emitFile projectFileName projectBody
232231 use testOkFile = new FileGuard( Path.Combine( directory, " test.ok" ))
233- printfn " executeFsi: cfg.DotNetExe = %s " cfg.DotNetExe
234232 exec { cfg with Directory = directory } cfg.DotNetExe " build /t:RunFSharpScript"
235233 testOkFile.CheckExists()
236234 executeFsi compilerType targetFramework
You can’t perform that action at this time.
0 commit comments