Try to use the right feed, scrub

This commit is contained in:
Dustin Howett 2021-11-23 16:24:57 -06:00
parent 0c3654ca30
commit e733edd02e
2 changed files with 15 additions and 3 deletions

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="PowerToysCDPX_Feed" value="https://github-private.pkgs.visualstudio.com/microsoft/_packaging/PowerToysCDPX_Feed/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>

View file

@ -47,14 +47,16 @@ jobs:
displayName: Use NuGet 5.10
inputs:
versionSpec: 5.10
- task: NuGetAuthenticate@0
inputs:
nuGetServiceConnections: PowerToysCDPxFeed
- task: NuGetCommand@2
displayName: NuGet custom
displayName: NuGet restore all solutions
inputs:
command: restore
restoreSolution: '**/*.sln'
selectOrConfig: config
feedsToUse: 'https://github-private.pkgs.visualstudio.com/microsoft/_packaging/PowerToysCDPX_Feed/nuget/v3/index.json'
nugetConfigPath: NuGet.Config
nugetConfigPath: .pipelines/release-nuget.config
# - task: TouchdownBuildTask@1
# displayName: Download Localization Files
# inputs: