MCPcopy Create free account
hub / github.com/M2Team/NanaBox / SwitchDevelopmentChannel

Method SwitchDevelopmentChannel

NanaBox.RefreshPackageVersion/Program.cs:107–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected