Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc authored Aug 3, 2019
1 parent c41855e commit 252ef54
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,20 @@ jobs:
displayName: 'C# (Linux)'

steps:
- task: NuGetToolInstaller@0
inputs:
versionSpec: '4.8.2'

- task: NuGetCommand@2
inputs:
restoreSolution: '$(solution)'

- task: DotNetCoreInstaller@0
displayName: 'Install'
inputs:
packageType: 'sdk'
version: '2.2.105'

- script: |
mono --version
msbuild /version
Expand Down

0 comments on commit 252ef54

Please sign in to comment.