diff --git a/Directory.Packages.props b/Directory.Packages.props index 557f99946..75fdd57be 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -20,46 +20,46 @@ - - - - + + + + - - + + - - - - + + + + - - - - - - + + + + + + - + - - + + - + diff --git a/NuGet.config b/NuGet.config index 765346e53..b184dda10 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,6 +2,9 @@ - + + + + diff --git a/eng/pipelines/templates/build-test-pack.yml b/eng/pipelines/templates/build-test-pack.yml index 778f340ca..f24efe010 100644 --- a/eng/pipelines/templates/build-test-pack.yml +++ b/eng/pipelines/templates/build-test-pack.yml @@ -38,6 +38,9 @@ jobs: inputs: useGlobalJson: true + - task: NuGetAuthenticate@1 + displayName: Authenticate NuGet feeds + - script: dotnet workload install maui macos displayName: Install MAUI workloads @@ -78,6 +81,9 @@ jobs: inputs: useGlobalJson: true + - task: NuGetAuthenticate@1 + displayName: Authenticate NuGet feeds + - script: dotnet workload install maui macos displayName: Install MAUI workloads