File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -615,6 +615,7 @@ export class WindowsProjectService
615615 const regenGuid = ! ! ( this . $options && ( this . $options as any ) . regenGuid ) ;
616616 const noAutoGuid = ! ! ( this . $options && ( this . $options as any ) . noAutoGuid ) ;
617617 const allowZeroGuid = ! ! ( this . $options && ( this . $options as any ) . allowZeroGuid ) ;
618+ const zeroGuid = "00000000-0000-0000-0000-000000000000" ;
618619
619620 let modified = manifestContent ;
620621 const phoneIdentityRegex = / < m p : P h o n e I d e n t i t y \b ( [ ^ > ] * ) \/ > / i;
@@ -702,7 +703,6 @@ export class WindowsProjectService
702703 this . interpolateConfigurationFile ( projectData ) ;
703704 return ;
704705 }
705- const zeroGuid = "00000000-0000-0000-0000-000000000000" ;
706706 const appIdentifier = projectData && projectData . projectIdentifiers && projectData . projectIdentifiers [ "windows" ] ? projectData . projectIdentifiers [ "windows" ] : projectData . projectId ;
707707 const chosenProd = phoneProductIdArg || ( allowZeroGuid ? zeroGuid : ( noAutoGuid ? null : ( appIdentifier ? generateDeterministicGuidFromString ( appIdentifier ) : generateGuid ( ) ) ) ) ;
708708 const chosenPub = phonePublisherIdArg || "00000000-0000-0000-0000-000000000000" ;
You can’t perform that action at this time.
0 commit comments