Browse Source

Update .drone.yml

master
Abheek Dhawan 3 years ago
parent
commit
344c17bd17
  1. 12
      .drone.yml

12
.drone.yml

@ -7,13 +7,15 @@ steps:
- name: build
image: ubuntu
commands:
- apt install wget
- apt install zip
- apt-get update
- apt-get upgrade -y
- apt-get install wget -y
- apt-get install zip -y
- wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb
- dpkg -i packages-microsoft-prod.deb
- apt update
- apt install apt-transport-https
- apt install dotnet-sdk-5.0
- apt-get update
- apt-get install apt-transport-https -y
- apt-get install dotnet-sdk-5.0 -y
- ./build.sh
- ./zip-files.sh

Loading…
Cancel
Save