Skip to content
Snippets Groups Projects
Commit 4ce0fde9 authored by Bensong Liu's avatar Bensong Liu
Browse files

.

parent 9fd69c36
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
int main() { int main() {
#define DEFINE_ACTIVITY(name) \ #define DEFINE_ACTIVITY(name) \
Activity name(#name, "FleetAGC.Activities.DelayActivity", "PortalAdminCenterUseageReports." #name) Activity name(#name, "FleetAGC.Activities.DelayActivity", "M365Poc.PortalAdminCenterUseageReports." #name)
DEFINE_ACTIVITY(AdminCenterApp); DEFINE_ACTIVITY(AdminCenterApp);
DEFINE_ACTIVITY(OfficeHome); DEFINE_ACTIVITY(OfficeHome);
...@@ -12,5 +12,5 @@ int main() { ...@@ -12,5 +12,5 @@ int main() {
DEFINE_ACTIVITY(CustomerLockboxUX); DEFINE_ACTIVITY(CustomerLockboxUX);
auto flow = AdminCenterApp | OfficeHome | ShellServices | PortalUseageReports | SvcHealthDashboard | CustomerLockboxUX; auto flow = AdminCenterApp | OfficeHome | ShellServices | PortalUseageReports | SvcHealthDashboard | CustomerLockboxUX;
println(to_file("E2EPOCBuildPortalWorkflow.xaml"), flow.generateXaml("FleetAGC.Workflows.BuildPortal")); println(to_file("/home/recolic/code/Azure-Deployment-Builder/src/Microsoft/Azure/Workflows/M365FleetAGC/Workflows/E2EPOCBuildPortalWorkflow.xaml"), flow.generateXaml("FleetAGC.Workflows.E2EPOCBuildPortalWorkflow"));
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment