Skip to content

Commit

Permalink
Added missing build files
Browse files Browse the repository at this point in the history
Updated build process
  • Loading branch information
ravensorb committed May 19, 2018
1 parent a496f3b commit e25cf4e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Expected Behavior


## Actual Behavior


## Steps to Reproduce the Problem

1.
1.
1.

## Specifications

- Version:
- Platform:
- Subsystem:
14 changes: 14 additions & 0 deletions src/.nuget/NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSources>
<add key="nuget.org (v2)" value="https://www.nuget.org/api/v2/" />
<!-- add key="nuget.org (v3)" value="https://api.nuget.org/v3/index.json" protocolVersion="3" -->
</packageSources>
<disabledPackageSources />
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
</configuration>
Binary file added tools/nuget.exe
Binary file not shown.

0 comments on commit e25cf4e

Please sign in to comment.