Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Do not specify an explicit NuGet source in the CI build
Browse files Browse the repository at this point in the history
This was added to try to fix an issue with Azure, but does not appear to be necessary
  • Loading branch information
mark-monteiro committed Apr 11, 2020
1 parent d5df250 commit a4558a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
displayName: "Build Server Submodule"
inputs:
command: build
arguments: '--configuration Release --source https://api.nuget.org/v3/index.json'
arguments: '--configuration Release'
workingDirectory: '$(Build.SourcesDirectory)/src/jellyfin'

- task: PowerShell@2
Expand Down

0 comments on commit a4558a9

Please sign in to comment.