[CDPx] remove nuget.config and update restore script (#1370)

This commit is contained in:
Enrico Giordani 2020-02-26 19:23:53 +01:00 committed by GitHub
parent 1f8f9aaf81
commit defead108a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 11 deletions

View File

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

View File

@ -1,5 +1,5 @@
cd /D "%~dp0"
call nuget.exe restore -ConfigFile nuget.config packages.config || exit /b 1
call nuget.exe restore -PackagesDirectory . packages.config || exit /b 1
move /Y "Microsoft.PowerToys.Telemetry.1.0.0\build\include\TraceLoggingDefines.h" "..\src\common\Telemetry\TraceLoggingDefines.h" || exit /b 1