Skip to content

Commit

Permalink
dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Spendolini authored and Brian Spendolini committed Jul 19, 2024
1 parent 548bfcf commit d150ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install-dev-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ sudo cp ./scripts/ms-repo.pref /etc/apt/preferences.d/

export dotnet_version="8.0"
export dab_version="1.1.7"
export sqlcmd_version="1.6.0"
export sqlcmd_version="1.7.0"
export func_version="4"
export sqlprj_version="0.1.14-preview"
export sqlprj_version="0.2.0-preview"

export debian_version=$(if command -v lsb_release &> /dev/null; then lsb_release -r -s; else grep -oP '(?<=^VERSION_ID=).+' /etc/os-release | tr -d '"'; fi)

Expand Down

0 comments on commit d150ab4

Please sign in to comment.