Skip to content

Commit

Permalink
Update Azure pipelines to build from Nexus branch
Browse files Browse the repository at this point in the history
  • Loading branch information
phunkyfish committed Nov 6, 2023
1 parent d8d5b58 commit 3053cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- script: |
cd ..
git clone --branch master --depth=1 https://github.com/xbmc/xbmc.git kodi
git clone --branch Nexus --depth=1 https://github.com/xbmc/xbmc.git kodi
cd $(Build.SourcesDirectory)
mkdir build
cd build
Expand Down

0 comments on commit 3053cb4

Please sign in to comment.