Skip to content

Commit

Permalink
Removed nuget restore
Browse files Browse the repository at this point in the history
  • Loading branch information
martinslot committed Apr 11, 2020
1 parent 9ac6e3a commit 2346e8a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ stages:
runtime: 'core'
configFilePath: 'tools/config/GitVersion.yml'
updateAssemblyInfo: true
- task: DotNetCoreCLI@2
displayName: "Restore"
inputs:
command: 'restore'
projects: 'src/**/*.csproj'
feedsToUse: 'select'
- task: DotNetCoreCLI@2
displayName: "Build"
inputs:
Expand Down

0 comments on commit 2346e8a

Please sign in to comment.