OkraFramework / Okra.Core

Okra App Framework - The Okra App Framework is designed to support the development of .Net Windows Store applications, in particular those following the MVVM pattern.
http://okraframework.github.io
Apache License 2.0
10 stars 6 forks source link

CI builds should fail if NuGet packaging fails #56

Closed Andy-Wilkinson closed 9 years ago

Andy-Wilkinson commented 9 years ago

Currently the build scripts do not fail if the NuGet packaging step fails. This means that inconsistent package dependencies can occur in the MyGet beta package feed (e.g. issue #55). The CI build should fail if all NuGet packaging does not complete successfully.