We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3535d15 commit a1798a9Copy full SHA for a1798a9
tools/SwaggerCI/init.sh
@@ -5,14 +5,14 @@
5
# Installed required packages
6
sudo apt-get update \
7
&& sudo apt-get install -y curl \
8
+ && sudo apt-get install -y dotnet-sdk-2.1 \
9
&& curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash \
10
&& export NVM_DIR="$HOME/.nvm" \
11
&& [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" \
12
&& [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" \
13
&& nvm install 14.15.5 \
14
&& npm config set unsafe-perm true \
- && npm install -g autorest \
15
- && npm install -g dotnet-sdk-2.1
+ && npm install -g autorest
16
17
# Write $PATH and some other envs to a file for later usage
18
0 commit comments