File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,12 +244,12 @@ Target "DotnetCliBuild" (fun _ ->
244244 Shell.Exec( fsYacc, @" ../pars.fsy" + lexArgs + yaccArgs + module2 + open2 + " -o pars.fs" , workDir) |> assertExitCodeZero
245245 Shell.Exec( fsYacc, @" ../pppars.fsy" + lexArgs + yaccArgs + module3 + open3 + " -o pppars.fs" , workDir) |> assertExitCodeZero
246246
247- Shell.Exec( " dotnet" , " pack -c Release" , workDir) |> assertExitCodeZero
247+ Shell.Exec( " dotnet" , " pack -c Release -o ../../../ " + buildDir , workDir) |> assertExitCodeZero
248248
249249 // FSharp.Compiler.Service.ProjectCracker
250250 let workDir = @" src/fsharp/FSharp.Compiler.Service.ProjectCracker.netcore/"
251251 Shell.Exec( " dotnet" , " restore -v Minimal" , workDir) |> assertExitCodeZero
252- Shell.Exec( " dotnet" , " pack -c Release" , workDir) |> assertExitCodeZero
252+ Shell.Exec( " dotnet" , " pack -c Release -o ../../../ " + buildDir , workDir) |> assertExitCodeZero
253253)
254254
255255Target " DotnetCliTests" ( fun _ ->
You can’t perform that action at this time.
0 commit comments