Skip to content

Commit

Permalink
Merge pull request #62 from hmlendea/release-script
Browse files Browse the repository at this point in the history
Updated the release script
  • Loading branch information
hmlendea authored Nov 19, 2021
2 parents dbfa029 + e0c4946 commit ff8cc68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 67 deletions.
67 changes: 0 additions & 67 deletions package.sh

This file was deleted.

4 changes: 4 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
DOTNET_VERSION="5.0"
RELEASE_SCRIPT_URL="https://raw.githubusercontent.com/hmlendea/deployment-scripts/master/release/dotnet/${DOTNET_VERSION}.sh"
wget --quiet -O - "${RELEASE_SCRIPT_URL}" | bash /dev/stdin ${@}

0 comments on commit ff8cc68

Please sign in to comment.