WindowsIoTCoreDashboard
WindowsIoTCoreDashboard copied to clipboard
Can not build, missing constants.cs
Can not build, missing constants.cs
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>";
}
}