mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
* Switch to using public Nuget.org feed * Add packages * specify woring directory * switch to arg * custom command * Try using newer nuget * Use custom command * Use v1 of task * Remove assessment update * Add xliffparser package * Add resx package
8 lines
272 B
XML
8 lines
272 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
|
<add key="Local Packages" value="./bin/nuget" />
|
|
</packageSources>
|
|
</configuration> |