Skip to content

Commit

Permalink
Add redirects for every OS
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Nov 4, 2020
1 parent 2eb5117 commit 685bf94
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions download/bootstrapper/dotnet-core/linux/index.aspx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<% Response.Redirect("https://raw.githubusercontent.com/cake-build/resources/master/dotnet-core/build.sh") %>
1 change: 1 addition & 0 deletions download/bootstrapper/dotnet-core/osx/index.aspx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<% Response.Redirect("https://raw.githubusercontent.com/cake-build/resources/master/dotnet-core/build.sh") %>
1 change: 1 addition & 0 deletions download/bootstrapper/dotnet-core/windows/index.aspx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<% Response.Redirect("https://raw.githubusercontent.com/cake-build/resources/master/dotnet-core/build.ps1") %>
1 change: 1 addition & 0 deletions download/bootstrapper/dotnet-framework/linux/index.aspx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<% Response.Redirect("https://raw.githubusercontent.com/cake-build/resources/master/dotnet-framework/build.sh") %>
1 change: 1 addition & 0 deletions download/bootstrapper/dotnet-framework/osx/index.aspx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<% Response.Redirect("https://raw.githubusercontent.com/cake-build/resources/master/dotnet-framework/build.sh") %>
1 change: 1 addition & 0 deletions download/bootstrapper/dotnet-framework/windows/index.aspx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<% Response.Redirect("https://raw.githubusercontent.com/cake-build/resources/master/dotnet-framework/build.ps1") %>
1 change: 1 addition & 0 deletions download/bootstrapper/dotnet-tool/linux/index.aspx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<% Response.Redirect("https://raw.githubusercontent.com/cake-build/resources/master/dotnet-tool/build.sh") %>
1 change: 1 addition & 0 deletions download/bootstrapper/dotnet-tool/osx/index.aspx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<% Response.Redirect("https://raw.githubusercontent.com/cake-build/resources/master/dotnet-tool/build.sh") %>
1 change: 1 addition & 0 deletions download/bootstrapper/dotnet-tool/windows/index.aspx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<% Response.Redirect("https://raw.githubusercontent.com/cake-build/resources/master/dotnet-tool/build.ps1") %>

0 comments on commit 685bf94

Please sign in to comment.