Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit b94c646

Browse files
committed
Lets only publish to the project feed.
1 parent f5efa31 commit b94c646

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ environment:
2727
services:
2828
- mssql2016
2929
nuget:
30-
account_feed: true
30+
# This might be causing a hang.
31+
# account_feed: true
3132
project_feed: true
3233
before_build:
3334
- cmd: sqlcmd -S "%SQL_SERVER_INSTANCE%" -i .\appveyor\init.sql

0 commit comments

Comments
 (0)