bbcore icon indicating copy to clipboard operation
bbcore copied to clipboard

Deploy windows notification script to windows target only

Open JanVargovsky opened this issue 7 years ago • 1 comments

Probably just add condition to Resources directory (Lib.csproj) - there are only windows resources right now and its pointless to deploy them on other platforms.

I personally tried to use some built-in properties (RuntimeIdentifier/RuntimeIdentifiers/TargetPlatform ...) during build but they are ignored afterwards (read that explicitly in the log).

Dont wanna introduce custom property for this since it would still require mechanism what OS you are using during development or do we even care if there is a small build overhead that is not necessary for other platforms except Windows?

JanVargovsky avatar Apr 27 '18 09:04 JanVargovsky

It could be fixed in Releaser project to delete unneeded files before zipping.

Bobris avatar Apr 27 '18 19:04 Bobris