You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varfromProject=newCommand("from-project"){Description="Publish a .NET project and build an MSIX from the published output (expects manifest/assets)."};
62
61
fromProject.Add(project);
63
-
fromProject.Add(rid);
62
+
fromProject.Add(arch);
64
63
fromProject.Add(selfContained);
65
64
fromProject.Add(configuration);
66
65
fromProject.Add(singleFile);
@@ -74,21 +73,22 @@ await ExecutionWrapper.ExecuteWithLogging("msix-pack", outFile.FullName, async l
varfromProject=newCommand("from-project"){Description="Publish a .NET project and build an RPM from the published output (no code duplication; library drives the pipeline)."};
0 commit comments