mirror of https://github.com/winsw/winsw
Merge pull request #377 from kohsuke/nuget-fix
Disable Nuget account and project feeds to fix CIpull/380/head
commit
978e693df4
|
@ -10,9 +10,7 @@ version: 2.0.{build}
|
||||||
|
|
||||||
# Automatically register private account and/or project AppVeyor NuGet feeds.
|
# Automatically register private account and/or project AppVeyor NuGet feeds.
|
||||||
nuget:
|
nuget:
|
||||||
account_feed: true
|
disable_publish_on_pr: true # disable publishing of .nupkg artifacts
|
||||||
project_feed: true
|
|
||||||
disable_publish_on_pr: true # disable publishing of .nupkg artifacts to
|
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
# Check SDKs
|
# Check SDKs
|
||||||
|
|
Loading…
Reference in New Issue