1 write to _profileUrlTemplate
Microsoft.DotNet.Helix.Sdk (1)
ProvisioningProfileProvider.cs (1)
77
_profileUrlTemplate
= profileUrlTemplate;
2 references to _profileUrlTemplate
Microsoft.DotNet.Helix.Sdk (2)
ProvisioningProfileProvider.cs (2)
103
if (string.IsNullOrEmpty(
_profileUrlTemplate
))
230
=>
_profileUrlTemplate
!.Replace("{PLATFORM}", platform.ToString());