diff --git a/NuGet.Internal.config b/NuGet.Internal.config index 5367c906..fd6aa4b0 100644 --- a/NuGet.Internal.config +++ b/NuGet.Internal.config @@ -5,7 +5,7 @@ - + diff --git a/pipelines/azure-pipelines.yml b/pipelines/azure-pipelines.yml index 2109e532..5bef0474 100644 --- a/pipelines/azure-pipelines.yml +++ b/pipelines/azure-pipelines.yml @@ -54,6 +54,7 @@ extends: - ES365AIMigrationTooling settings: skipBuildTagsForGitHubPullRequests: true + networkIsolationPolicy: Permissive,CFSClean stages: - stage: GetVersion_Build @@ -117,12 +118,14 @@ extends: workingDirectory: $(Build.SourcesDirectory) performMultiLevelLookup: true + - task: NuGetAuthenticate@1 + - task: DotNetCoreCLI@2 displayName: Restore inputs: command: "restore" feedsToUse: "config" - nugetConfigPath: "NuGet.config" + nugetConfigPath: "NuGet.Internal.config" projects: $(workingDirectory)/**/*.csproj - task: MSBuild@1