Skip to content

Commit

Permalink
changed to internal builds repo and added some files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-welker committed Mar 26, 2020
1 parent 61e3967 commit 54fb41c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,4 @@ MigrationBackup/

# Ionide (cross platform F# VS Code tools) working folder
.ionide/
*.projectinfo
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "submodules"]
path = submodules
url = https://github.com/PepperDash/Essentials-Builds.git
branch = release
url=https://github.com/PepperDash-Engineering/essentials-builds.git
branch = release
13 changes: 13 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="github" value="https://nuget.pkg.github.com/pepperdash/index.json" />
</packageSources>
<packageSourceCredentials>
<github>
<add key="Username" value="minesguy83" />
<add key="ClearTextPassword" value="de9c2f3fe3eedeb627948b833521ed1b66b54e3e" />
</github>
</packageSourceCredentials>
</configuration>

0 comments on commit 54fb41c

Please sign in to comment.