Move win32metadaata onto a more secure nuget feed (#1995)

* Change nuget feed to Win32Metadata-Dependencies

* Add verbose nuget restore

* Explicit install-buildtools, print tools directory

* Fix formatting

* Fix script path

* Fix script path

* Dump tools directory

* More logging

* Revert to minimal set of changes required
This commit is contained in:
getrou 2024-09-12 19:45:10 -04:00 коммит произвёл GitHub
Родитель 2a878cf3f0
Коммит c6163c7e1d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="Win32Metadata-Dependencies" value="https://pkgs.dev.azure.com/shine-oss/Win32Metadata/_packaging/Win32Metadata-Dependencies/nuget/v3/index.json" protocolVersion="3"/>
</packageSources>
<disabledPackageSources>
<clear />