Update nuget.config and tools to use custom scss compiler

features/nuget_autobuild
Matija Koželj 2 years ago
parent cdff1f4ec4
commit 9a1a62537e

@ -1,33 +1,19 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<config> <config>
<!--
Used to specify the default location to expand packages.
See: nuget.exe help install
See: nuget.exe help update
In this example, %PACKAGEHOME% is an environment variable.
This syntax works on Windows/Mac/Linux
-->
<add key="repositoryPath" value="%PACKAGEHOME%/External" /> <add key="repositoryPath" value="%PACKAGEHOME%/External" />
</config> </config>
<packageRestore> <packageRestore>
<!-- Allow NuGet to download missing packages -->
<add key="enabled" value="True" /> <add key="enabled" value="True" />
<!-- Automatically check for missing packages during build in Visual Studio -->
<add key="automatic" value="True" /> <add key="automatic" value="True" />
</packageRestore> </packageRestore>
<!--
Used to specify the default Sources for list, install and update.
See: nuget.exe help list
See: nuget.exe help install
See: nuget.exe help update
-->
<packageSources> <packageSources>
<add key="Tom PIT Git - Connected" value="https://git.tompit.com/api/packages/Connected/nuget/index.json" /> <add key="Local repository" value="%LOCAL_NUGET%" />
<add key="TomPITGit" value="https://git.tompit.com/api/packages/Tom-PIT/nuget/index.json" />
<add key="ConnectedGit" value="https://git.tompit.com/api/packages/Connected/nuget/index.json" />
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" /> <add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
</packageSources> </packageSources>
<disabledPackageSources />
</configuration> </configuration>

@ -2,8 +2,8 @@
"version": 1, "version": 1,
"isRoot": true, "isRoot": true,
"tools": { "tools": {
"excubo.webcompiler": { "connected.webcompiler": {
"version": "3.5.10", "version": "1.0.7-prerelease.g67169cf2c5",
"commands": [ "commands": [
"webcompiler" "webcompiler"
] ]

Loading…
Cancel
Save