Skip to content

Commit 0d1651d

Browse files
committed
Make org & new path different to see changes
1 parent 0630f51 commit 0d1651d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Target "Package" (fun _ ->
3535
"./core/IncrementalCompiler/bin/Release")
3636
// fix roslyn compiler to work well with UnityVS
3737
Shell.Exec("./core/RoslynCompilerFix/bin/Release/RoslynCompilerFix.exe",
38-
"IncrementalCompiler.packed.exe IncrementalCompiler.packed.exe",
38+
"IncrementalCompiler.packed.exe IncrementalCompiler.packed.fixed.exe",
3939
"./core/IncrementalCompiler/bin/Release")
4040
// let's make package
4141
for target in ["Unity4"; "Unity5"] do
@@ -47,7 +47,7 @@ Target "Package" (fun _ ->
4747
CreateDir editorDir
4848
CreateDir compilerDir
4949
// copy output files
50-
"./core/IncrementalCompiler/bin/Release/IncrementalCompiler.packed.exe" |> CopyFile (compilerDir @@ "IncrementalCompiler.exe")
50+
"./core/IncrementalCompiler/bin/Release/IncrementalCompiler.packed.fixed.exe" |> CopyFile (compilerDir @@ "IncrementalCompiler.exe")
5151
"./core/IncrementalCompiler/IncrementalCompiler.xml" |> CopyFile compilerDir
5252
"./core/UnityPackage/Assets/Editor/CompilerSettings.cs" |> CopyFile editorDir
5353
"./extra/CompilerPlugin." + target + "/bin/Release/Unity.PureCSharpTests.dll" |> CopyFile (editorDir @@ "CompilerPlugin.dll")

0 commit comments

Comments
 (0)