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