Browse Source

Create _run_all.ps1

pull/11276/head
Alper Ebicoglu 4 years ago
parent
commit
7f77ae54f0
  1. 7
      deploy/_run_all.ps1

7
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..."
Loading…
Cancel
Save