File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
sudo cp ./scripts/ms-repo.pref /etc/apt/preferences.d/
2
2
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"
5
5
export sqlcmd_version=" 1.6.0"
6
6
export func_version=" 4"
7
- export sqlprj_version=" 0.1.15 -preview"
7
+ export sqlprj_version=" 0.1.19 -preview"
8
8
9
9
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)
10
10
@@ -15,14 +15,13 @@ sudo apt update
15
15
16
16
sudo apt install dotnet-sdk-$dotnet_version -y
17
17
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
19
19
20
20
npm install -g @azure/static-web-apps-cli
21
21
22
22
dotnet tool install -g microsoft.sqlpackage
23
23
dotnet new install Microsoft.Build.Sql.Templates::$sqlprj_version
24
24
25
-
26
25
dotnet tool install -g Microsoft.DataApiBuilder --version $dab_version
27
26
28
27
sudo apt-get install sqlcmd
You can’t perform that action at this time.
0 commit comments