|
@@ -35,12 +35,14 @@ jobs:
|
|
inputs:
|
|
inputs:
|
|
command: restore
|
|
command: restore
|
|
projects: '$(RestoreBuildProjects)'
|
|
projects: '$(RestoreBuildProjects)'
|
|
|
|
+ enabled: false
|
|
|
|
|
|
- task: DotNetCoreCLI@2
|
|
- task: DotNetCoreCLI@2
|
|
displayName: Build
|
|
displayName: Build
|
|
inputs:
|
|
inputs:
|
|
projects: '$(RestoreBuildProjects)'
|
|
projects: '$(RestoreBuildProjects)'
|
|
arguments: '--configuration $(BuildConfiguration)'
|
|
arguments: '--configuration $(BuildConfiguration)'
|
|
|
|
+ enabled: false
|
|
|
|
|
|
- task: DotNetCoreCLI@2
|
|
- task: DotNetCoreCLI@2
|
|
displayName: Test
|
|
displayName: Test
|