|
|
@ -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 |
|
|
|
|
|
|
|