Use paket instead of nuget
This commit is contained in:
@@ -15,11 +15,10 @@ variables:
|
||||
buildConfiguration: 'Release'
|
||||
|
||||
steps:
|
||||
- task: NuGetToolInstaller@1
|
||||
|
||||
- task: NuGetCommand@2
|
||||
- task: PaketRestore@0
|
||||
inputs:
|
||||
restoreSolution: '$(solution)'
|
||||
PaketPath: '.paket'
|
||||
PaketGroupName: 'LunchRunWeb'
|
||||
|
||||
- task: VSBuild@1
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user