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

Commit

Permalink
disable NuGet.config
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Mar 4, 2019
1 parent d87e401 commit 59354a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ steps:

- task: NuGetCommand@2
displayName: 'NuGet restore'
inputs:
feedsToUse: config
nugetConfigPath: NuGet.config
# inputs:
# feedsToUse: config
# nugetConfigPath: NuGet.config

- task: MSBuild@1
displayName: Build Prism.Plugin.Popups
Expand Down

0 comments on commit 59354a4

Please sign in to comment.