Skip to content

Commit

Permalink
Attempt to fix build on Azure DevOps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Jan 31, 2019
1 parent 89cc816 commit 3f0ca7f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@ variables:
buildConfiguration: 'Release'

steps:
- task: DotNetCoreCLI@2
displayName: 'dotnet info'
inputs:
command: custom
custom: '--info'

- task: NuGetToolInstaller@0
displayName: 'Use NuGet 4.4.1'
inputs:
versionSpec: 4.4.1

- task: NuGetCommand@2
inputs:
Expand Down

0 comments on commit 3f0ca7f

Please sign in to comment.