From 4ce0fde93c2530c668ddf27df24243a98fada1ee Mon Sep 17 00:00:00 2001
From: Bensong Liu <bensl@microsoft.com>
Date: Fri, 23 Oct 2020 14:49:47 +0800
Subject: [PATCH] .

---
 workflows/E2EPOC-BuildPortal.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/workflows/E2EPOC-BuildPortal.cc b/workflows/E2EPOC-BuildPortal.cc
index 23759e3..418b395 100644
--- a/workflows/E2EPOC-BuildPortal.cc
+++ b/workflows/E2EPOC-BuildPortal.cc
@@ -2,7 +2,7 @@
 
 int main() {
 #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(OfficeHome);
@@ -12,5 +12,5 @@ int main() {
     DEFINE_ACTIVITY(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"));
 }
-- 
GitLab