Commit 478e4f26 by Oleksandr Barabash

reverted back manifest.id to be CLIENT_ID

parent 684f1588
...@@ -85,7 +85,7 @@ class TeamsAppGenerator: ...@@ -85,7 +85,7 @@ class TeamsAppGenerator:
""" Generate manifest """ """ Generate manifest """
manifest.update(dict(version=APP_VERSION)) manifest.update(dict(version=APP_VERSION))
# ID # ID
manifest.update(dict(id=AppConfig.APP_ID)) manifest.update(dict(id=AppConfig.CLIENT_ID))
# Package name # Package name
manifest.update(dict( manifest.update(dict(
packageName="net.azurewebsites.{}".format(AppConfig.WEB_APP_NAME) packageName="net.azurewebsites.{}".format(AppConfig.WEB_APP_NAME)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment