mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 03:55:55 +00:00
Add code analysis to Release build
This should make it so code analysis build runs on the CI server. Previously, it was only set for Debug builds.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyTitle("Octokit.Reactive")]
|
||||
[assembly: AssemblyDescription("An IObservable based GitHub API client library for .NET using Reactive Extensions")]
|
||||
[assembly: AssemblyDescription("An IObservable based GitHub API client library for .NET using Reactive Extensions")]
|
||||
[assembly: ComVisible(false)]
|
||||
Reference in New Issue
Block a user