File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11sudo cp ./scripts/ms-repo.pref /etc/apt/preferences.d/
22
3- export dotnet_version=" 6 .0"
4- export dab_version=" 0.9 .7"
3+ export dotnet_version=" 8 .0"
4+ export dab_version=" 1.1 .7"
55export sqlcmd_version=" 1.6.0"
66export func_version=" 4"
7- export sqlprj_version=" 0.1.15 -preview"
7+ export sqlprj_version=" 0.1.19 -preview"
88
99export 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)
1010
@@ -15,14 +15,13 @@ sudo apt update
1515
1616sudo apt install dotnet-sdk-$dotnet_version -y
1717
18- npm i -g azure-functions-core-tools@$func_version --unsafe-perm true
18+ npm install -g azure-functions-core-tools@$func_version --unsafe-perm true
1919
2020npm install -g @azure/static-web-apps-cli
2121
2222dotnet tool install -g microsoft.sqlpackage
2323dotnet new install Microsoft.Build.Sql.Templates::$sqlprj_version
2424
25-
2625dotnet tool install -g Microsoft.DataApiBuilder --version $dab_version
2726
2827sudo apt-get install sqlcmd
You can’t perform that action at this time.
0 commit comments