mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 02:34:19 -04:00
Disable seperate build and restore.
This commit is contained in:
parent
ff373621b3
commit
dc68fa2c8b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user