File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed
Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 11language : minimal
22
3- dist : trusty
4- addons :
5- apt :
6- sources :
7- - sourceline : deb [arch=amd64] https://packages.microsoft.com/ubuntu/14.04/prod trusty main
8- key_url : https://packages.microsoft.com/keys/microsoft.asc
9- packages :
10- - powershell
3+ dist : bionic
4+
5+ before_install :
6+ # Download the Microsoft repository GPG keys
7+ - wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
8+ # Register the Microsoft repository GPG keys
9+ - sudo dpkg -i packages-microsoft-prod.deb
10+ # Update the list of products
11+ - sudo apt-get update
12+ # Enable the "universe" repositories
13+ - sudo add-apt-repository universe
14+ # Install PowerShell
15+ - sudo apt-get install -y powershell
1116
1217script :
1318 - pwsh -c 'Import-Module ./PSSourcegraph.psd1'
You can’t perform that action at this time.
0 commit comments