Skip to content

Commit

Permalink
Adding mono-complete and libcurl3 to ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonBoone committed Nov 16, 2018
1 parent 5a92e20 commit c3a3da9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
buildConfiguration: 'Release'

steps:
-script: |
sudo apt-get install mono-complete
sudo apt-get install libcurl3
displayName: Install mono-complete and libcurl3
#- script: |
# curl <a class="vglnk" href="https://packages.microsoft.com/keys/microsoft.asc" rel="nofollow"><span>https</span><span>://</span><span>packages</span><span>.</span><span>microsoft</span><span>.</span><span>com</span><span>/</span><span>keys</span><span>/</span><span>microsoft</span><span>.</span><span>asc</span></a> | sudo apt-key add -
# curl <a class="vglnk" href="https://packages.microsoft.com/config/ubuntu/16.04/prod.list" rel="nofollow"><span>https</span><span>://</span><span>packages</span><span>.</span><span>microsoft</span><span>.</span><span>com</span><span>/</span><span>config</span><span>/</span><span>ubuntu</span><span>/</span><span>16</span><span>.</span><span>04</span><span>/</span><span>prod</span><span>.</span><span>list</span></a> | sudo tee /etc/apt/sources.list.d/microsoft.list
Expand Down

0 comments on commit c3a3da9

Please sign in to comment.