diff --git a/deploy/_run_all.ps1 b/deploy/_run_all.ps1 new file mode 100644 index 0000000000..fa2596925e --- /dev/null +++ b/deploy/_run_all.ps1 @@ -0,0 +1,7 @@ +./1-fetch-and-build.ps1 +./2-nuget-pack.ps1 +./3-nuget-push.ps1 +./4-npm-publish-mvc.ps1 +./5-npm-publish-angular.ps1 +./6-git-commit.ps1 +echo "Create a new release on GitHub manually and run the step 8..." \ No newline at end of file