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 @@ -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" )
You can’t perform that action at this time.
0 commit comments