Skip to content
Snippets Groups Projects
Commit f0bc7bd1 authored by Recolic K's avatar Recolic K
Browse files

catch up classname change

parent e59b2b44
No related branches found
No related tags found
No related merge requests found
Pipeline #859 passed with stage
in 9 seconds
......@@ -26,7 +26,7 @@ int main() {
.addInputSetting("ScriptPath", "Resources/PSScript/WDSGo_CheckSuccess.ps1")
;
println(to_file("DeployWdsTestServerWorkflow.xaml"), flow.generateXaml("FleetAGC.Workflows.DeployWdsTestServerWorkflow"));
println(to_file("DeployWdsTestServerWorkflow.xaml"), flow.generateXaml("Microsoft.Office.FleetAGC.Workflows.DeployWdsTestServerWorkflow"));
}
// TODO: WDS server requires more UDP port to be opened. But we don't know the client's ip address.
......
......@@ -89,7 +89,7 @@ __TEMPLATE_ARG_XtraNamespaces </sco:Collection>
<AssemblyReference>System.Xml</AssemblyReference>
<AssemblyReference>System.Xml.Linq</AssemblyReference>
<AssemblyReference>mscorlib</AssemblyReference>
<AssemblyReference>FleetAGC.Activities</AssemblyReference>
<AssemblyReference>Microsoft.Office.FleetAGC.Activities</AssemblyReference>
__TEMPLATE_ARG_XtraAssemblies </sco:Collection>
</TextExpression.ReferencesForImplementation>
)XAML";
......
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