Disable seperate build and restore.
This commit is contained in:
parent
ff373621b3
commit
dc68fa2c8b
|
@ -35,12 +35,14 @@ jobs:
|
|||
inputs:
|
||||
command: restore
|
||||
projects: '$(RestoreBuildProjects)'
|
||||
enabled: false
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: Build
|
||||
inputs:
|
||||
projects: '$(RestoreBuildProjects)'
|
||||
arguments: '--configuration $(BuildConfiguration)'
|
||||
enabled: false
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: Test
|
||||
|
|
Loading…
Reference in New Issue
Block a user