mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Disable seperate build and restore.
This commit is contained in:
parent
ff373621b3
commit
dc68fa2c8b
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue