diff --git a/.gitmodules b/.gitmodules index 4cdbfdef38..629535348f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -186,3 +186,7 @@ path = modules/WebSockets url = https://github.com/aspnet/WebSockets.git branch = release/2.1 +[submodule "modules/WebHooks"] + path = modules/WebHooks + url = https://github.com/aspnet/WebHooks.git + branch = release/2.1 diff --git a/build/artifacts.props b/build/artifacts.props index e1f953f937..0ab44a8d54 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -162,6 +162,23 @@ + + + + + + + + + + + + + + + + + diff --git a/build/submodules.props b/build/submodules.props index e2031b325a..510c44d267 100644 --- a/build/submodules.props +++ b/build/submodules.props @@ -51,6 +51,7 @@ + diff --git a/modules/WebHooks b/modules/WebHooks new file mode 160000 index 0000000000..b1946ab7d8 --- /dev/null +++ b/modules/WebHooks @@ -0,0 +1 @@ +Subproject commit b1946ab7d8204aa5b0025189cf77ec755b8fa95d