Why is the binary output not equal when compiling again?

后端 未结 4 667
南旧
南旧 2020-12-01 13:33

I\'m using a build script to compile several C# projects. The binary output is copied to a result folder, overwriting the previous version of the files, and then added/commi

4条回答
  •  庸人自扰
    2020-12-01 14:15

    As far as I know, only MS binaries are different on every compile. 20 or so years ago, it wasn't like that. The MS binaries were the same after every compile (assuming the source code was the same).

提交回复
热议问题