From 6fd6811aae154a1fc3fc66dfc649d210374c007d Mon Sep 17 00:00:00 2001 From: Recolic K <bensl@microsoft.com> Date: Wed, 12 May 2021 16:53:16 +0800 Subject: [PATCH] add web --- xaml-template.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xaml-template.hpp b/xaml-template.hpp index 8cc220f..337d536 100644 --- a/xaml-template.hpp +++ b/xaml-template.hpp @@ -41,7 +41,7 @@ constexpr auto PAR_BEGIN = R"( <mwcwa:ControlledParallel IsHiddenFromOperator=" constexpr auto PAR_END = R"( </mwcwa:ControlledParallel>)" "\n"; constexpr auto STD_XAML_HEAD = R"XAML(<?xml version='1.0' encoding='utf-8' standalone='yes'?> -<!--This file is automatically generated by cis-workflow-gen(https://git.recolic.net/bensl/cis-workflow-gen). DO NOT edit by hand.--> +<!--This file is automatically generated by cis-workflow-gen(https://git.recolic.net/root/cis-workflow-gen). DO NOT edit by hand.--> <Activity xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:coordination="clr-namespace:Microsoft.WindowsAzure.Dependencies.Coordination;assembly=Microsoft.WindowsAzure.Dependencies.Coordination" -- GitLab