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

Commit

Permalink
On-premises compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jansenbe committed Jun 29, 2020
1 parent 9688ead commit 08eadd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ public TokenParser(Web web, ProvisioningTemplate template, ProvisioningTemplateA
#if !ONPREMISES
if (tokenIds.Contains("apppackageid"))
AddAppPackagesTokens(web);
#endif
if (tokenIds.Contains("pageuniqueid"))
AddPageUniqueIdTokens(web, applyingInformation);
#endif

// TermStore related tokens
AddTermStoreTokens(web, tokenIds);
Expand Down

0 comments on commit 08eadd5

Please sign in to comment.