diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cee15aa..85764f4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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