Skip to content
This repository was archived by the owner on Jan 22, 2021. It is now read-only.

Conversation

codemillmatt
Copy link
Collaborator

No description provided.

@@ -15,10 +15,23 @@ public class CommonConstants
#endregion

#region AD
public const bool USE_MSFT = false;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you set make a string to replace on the build server that this checks..

string string AppCenterUseMSFT = "AC_USEMSFT_NO";
public bool USE_MSFT = "AC_USEMSFT" == AppCenterUseMSFT;

and I will swap: AC_USEMSFT_NO with AC_USEMSFT

@@ -46,11 +46,12 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.microsoft.advocates</string>
<string>com.microsoft.cloudadvocates</string>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would assume on the server we need to update the scripts to swap these out. Can you update the script in there.

@codemillmatt
Copy link
Collaborator Author

Build scripts updated with the AC_USEMSFT environment variable.

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

Successfully merging this pull request may close these issues.

2 participants