Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Package assemblies are being rebuilt when they should not need to #50

@markfinal

Description

@markfinal

Take Test3 as an example (quite random).

Build

bam -b=Native -c

several times. Note that it always recompiles the assembly.

A quick investigation on Windows (and OSX) shows that the build/CachedPackageAssembly folder, although written to, no longer exists after the end of the build.

However, when run through a debugger, the folder exists, with all the expected files inside (the assembly, and the hash file).

Seems like someone is deleting the folder.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions