Skip to content

Commit

Permalink
fix azure pipeline nuget task
Browse files Browse the repository at this point in the history
  • Loading branch information
Riges committed Dec 28, 2018
1 parent 5f5f19a commit b14484e
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 @@ -40,6 +40,10 @@ jobs:
- macOS
condition: and(succeeded(), eq(variables['build.sourceBranch'], 'refs/heads/master'))
steps:
- task: DotNetCoreInstaller@0
displayName: 'Use .NET Core SDK Tool Installer'
inputs:
version: 2.2.100
- script: dotnet restore src
displayName: Restore packages
- script: |
Expand Down

0 comments on commit b14484e

Please sign in to comment.