From 95aaa17eb70ba91b4e1975958fc56aee168b2767 Mon Sep 17 00:00:00 2001 From: Tris Shores <86677757+v-trisshores@users.noreply.github.com> Date: Wed, 27 Oct 2021 12:50:15 -0500 Subject: [PATCH] Add redirect script (#1190) * Add redirect script * Update redirects_generator/redirect.bat Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> * Delete temp file Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> --- redirects_generator/redirect.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 redirects_generator/redirect.bat diff --git a/redirects_generator/redirect.bat b/redirects_generator/redirect.bat new file mode 100644 index 0000000..76d6c7a --- /dev/null +++ b/redirects_generator/redirect.bat @@ -0,0 +1,3 @@ +dotnet run -- "..\.openpublishing.redirection.json" + +del .openpublishing.redirection.json \ No newline at end of file