diff --git a/build/yaml/ci-build-steps.yml b/build/yaml/ci-build-steps.yml index eae0b9d12b..7957516ca5 100644 --- a/build/yaml/ci-build-steps.yml +++ b/build/yaml/ci-build-steps.yml @@ -12,10 +12,7 @@ steps: - task: NuGetCommand@2 displayName: 'NuGet restore' inputs: - command: 'restore' restoreSolution: '$(Parameters.solution)' - feedsToUse: 'config' - nugetConfigPath: 'nuget.config' - task: VSBuild@1 displayName: 'Build solution Microsoft.Bot.Builder.sln' diff --git a/nuget.config b/nuget.config deleted file mode 100644 index 625d2a80dc..0000000000 --- a/nuget.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file