Delubear / GlucoseTray

Tray Icon for displaying current BG information in taskbar.
MIT License
35 stars 21 forks source link

Fix for Single File publishing issue #38

Closed sgmoore closed 3 years ago

sgmoore commented 3 years ago

(see https://github.com/Delubear/GlucoseTray/issues/37)

sgmoore commented 3 years ago

Its hard to know if local fixes will work the same as the automated azure pipeline build, but when I run dotnet publish --configuration Release --no-restore on my machine it appears to use the settings in the .csproj file and not those in the .pubxml file. Hence this patch fixes the issue for me.