mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-24 04:12:32 +08:00
[CDPx] remove nuget.config and update restore script (#1370)
This commit is contained in:
parent
1f8f9aaf81
commit
defead108a
@ -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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user