WindowsIoTCoreDashboard icon indicating copy to clipboard operation
WindowsIoTCoreDashboard copied to clipboard

Can not build, missing constants.cs

Open ClintBritt opened this issue 8 years ago • 1 comments

Can not build, missing constants.cs

ClintBritt avatar Sep 14 '17 22:09 ClintBritt

The constants.cs file is purposely not included because it contains sensitive information. In this case it is the hockeyapp app id. Here is a sample constants.cs file.

namespace WindowsIoTDashboard.App
{
    internal static class Constants
    {
        public const string HockeyAppAppId = "<your hockeyapp app id>";
    }
}

HalHunt avatar Sep 15 '17 00:09 HalHunt