mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-05 04:02:26 +00:00
Disable seperate build and restore.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user