diff --git a/build/yaml/ci-build-steps.yml b/build/yaml/ci-build-steps.yml index 7957516ca5..eae0b9d12b 100644 --- a/build/yaml/ci-build-steps.yml +++ b/build/yaml/ci-build-steps.yml @@ -12,7 +12,10 @@ 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/libraries/Microsoft.Bot.Builder.AI.Orchestrator/Microsoft.Bot.Builder.AI.Orchestrator.csproj b/libraries/Microsoft.Bot.Builder.AI.Orchestrator/Microsoft.Bot.Builder.AI.Orchestrator.csproj index 5cafc6edc4..3f4b77d1cb 100644 --- a/libraries/Microsoft.Bot.Builder.AI.Orchestrator/Microsoft.Bot.Builder.AI.Orchestrator.csproj +++ b/libraries/Microsoft.Bot.Builder.AI.Orchestrator/Microsoft.Bot.Builder.AI.Orchestrator.csproj @@ -44,7 +44,7 @@ - + diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000000..625d2a80dc --- /dev/null +++ b/nuget.config @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file