mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Disabled dotnet_compat part of pipeline.
This commit is contained in:
parent
79d9b8e693
commit
7b4e16bb8f
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ jobs:
|
|||
pool:
|
||||
vmImage: ubuntu-16.04
|
||||
dependsOn: main_build
|
||||
condition: and(succeeded(), variables['System.PullRequest.PullRequestNumber']) # Only execute if the pullrequest numer is defined. (So not for normal CI builds)
|
||||
condition: false #and(succeeded(), variables['System.PullRequest.PullRequestNumber']) # Only execute if the pullrequest numer is defined. (So not for normal CI builds)
|
||||
strategy:
|
||||
matrix:
|
||||
Naming:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue