Skip to content

Commit

Permalink
Fix to handle nuget config change on AzDO
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Jul 9, 2020
1 parent 26c49e6 commit ffd2f33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Equinox.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".project", ".project", "{7E
SECURITY.md = SECURITY.md
docker-compose.yml = docker-compose.yml
global.json = global.json
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Domain", "samples\Store\Domain\Domain.fsproj", "{37B4A45F-039E-4515-8A84-D242DDE12D22}"
Expand Down
6 changes: 6 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit ffd2f33

Please sign in to comment.