Skip to content

Commit

Permalink
Added nuget.config
Browse files Browse the repository at this point in the history
  • Loading branch information
andyward committed Dec 3, 2018
1 parent d64f583 commit 9d96433
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Xbim.Exchange.Nuget.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CFAD1D1D-D584-4FB9-B795-64F25B888F26}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
nuget.config = nuget.config
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
Xbim.Exchange.package.nuspec = Xbim.Exchange.package.nuspec
XplorerPlugin.CobieExport.plugin.nuspec = XplorerPlugin.CobieExport.plugin.nuspec
Expand Down
8 changes: 8 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="xbim_develop" value="https://www.myget.org/F/xbim-develop/api/v3/index.json" protocolVersion="3"/>
<add key="xbim_master" value="https://www.myget.org/F/xbim-master/api/v3/index.json" protocolVersion="3"/>
</packageSources>
</configuration>

2 comments on commit 9d96433

@XbimCI
Copy link
Contributor

@XbimCI XbimCI commented on 9d96433 Dec 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Xbim :: Xbim Exchange :: XbimExchange Build 50 is now running

@XbimCI
Copy link
Contributor

@XbimCI XbimCI commented on 9d96433 Dec 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Xbim :: Xbim Exchange :: XbimExchange Build 50 outcome was FAILURE
Summary: Exit code 1 Build time: 00:00:15

Please sign in to comment.