()
| 105 | }; |
| 106 | |
| 107 | static void SwitchDevelopmentChannel() |
| 108 | { |
| 109 | foreach (var FilePath in FileList) |
| 110 | { |
| 111 | ReplaceFileContentViaStringList( |
| 112 | string.Format(FilePath, RepositoryRoot), |
| 113 | SwitchToPreview ? ReleaseStringList : PreviewStringList, |
| 114 | SwitchToPreview ? PreviewStringList : ReleaseStringList); |
| 115 | } |
| 116 | } |
| 117 | |
| 118 | static void GenerateAppxManifestResourceIdentifies() |
| 119 | { |
nothing calls this directly
no outgoing calls
no test coverage detected