Skip to content
This repository was archived by the owner on Nov 10, 2017. It is now read-only.

Commit 98ea8da

Browse files
committed
Enabled private account AppVeyor NuGet feed.
1 parent 8f5c478 commit 98ea8da

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@ configuration: Release
22

33
# Restore NuGet packages before running MSBuild
44
before_build:
5-
- nuget restore .\src\Sitecore.Azure.Diagnostics.sln
5+
- nuget restore .\src\Sitecore.Azure.Diagnostics.sln
6+
7+
# Automatically register private account AppVeyor NuGet feeds.
8+
nuget:
9+
account_feed: true

0 commit comments

Comments
 (0)