firesgc

Results 3 issues of firesgc

I am getting a “A uncaught exception occured: Error: spawn ENOENT”-exception if I enable the homeduino plugin with following configuration: ``` { "plugin": "homeduino", "driver": "gpio", "driverOptions": {}, "receiverPin": 0,...

Hey! Is it possible to monitor the progress when downloading big artifact files? If not, where would be a good place to implement this kind of behavior? Thank you very...

My DLL project depends on another project that copies DLLs to the target folder. For example: ``` conf.TargetCopyFilesToSubDirectory.Add(new KeyValuePair(@"[project.SharpmakeCsPath]/bin/x64/D3D12Core.*", "D3D12"));) ``` Currently, the copy dependencies of DLL projects are ignored....