forked from microsoft/terminal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* tab to spaces * change tab size to 4.
- Loading branch information
Showing
6 changed files
with
73 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<packageSources> | ||
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" /> | ||
<!-- Add repositories here to the list of available repositories --> | ||
|
||
<!-- Dependencies that we must carry because they're not on public nuget feeds right now. --> | ||
<add key="Static Package Dependencies" value="dep\packages" /> | ||
|
||
<!-- Internal NuGet feeds that may not be accessible outside Microsoft corporate network --> | ||
<!--<add key="TAEF - internal" value="https://microsoft.pkgs.visualstudio.com/DefaultCollection/_packaging/Taef/nuget/v3/index.json" /> | ||
<add key="OpenConsole - Internal" value="https://microsoft.pkgs.visualstudio.com/_packaging/OpenConsole/nuget/v3/index.json" />--> | ||
</packageSources> | ||
<config> | ||
<add key="repositorypath" value=".\packages" /> | ||
</config> | ||
<packageSources> | ||
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" /> | ||
<!-- Add repositories here to the list of available repositories --> | ||
<!-- Dependencies that we must carry because they're not on public nuget feeds right now. --> | ||
<add key="Static Package Dependencies" value="dep\packages" /> | ||
<!-- Internal NuGet feeds that may not be accessible outside Microsoft corporate network --> | ||
<!--<add key="TAEF - internal" value="https://microsoft.pkgs.visualstudio.com/DefaultCollection/_packaging/Taef/nuget/v3/index.json" /> | ||
<add key="OpenConsole - Internal" value="https://microsoft.pkgs.visualstudio.com/_packaging/OpenConsole/nuget/v3/index.json" />--> | ||
</packageSources> | ||
<config> | ||
<add key="repositorypath" value=".\packages" /> | ||
</config> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters