Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Can not build, missing constants.cs #2

Open
ClintBritt opened this issue Sep 14, 2017 · 1 comment
Open

Can not build, missing constants.cs #2

ClintBritt opened this issue Sep 14, 2017 · 1 comment

Comments

@ClintBritt
Copy link

Can not build, missing constants.cs

@HalHunt
Copy link
Contributor

HalHunt commented Sep 15, 2017

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>";
    }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants