File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 63
63
</ItemGroup >
64
64
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
65
65
<Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
66
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
66
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
67
67
Other similar extension points exist, see Microsoft.Common.targets.
68
68
<Target Name="BeforeBuild">
69
69
</Target>
70
70
<Target Name="AfterBuild">
71
71
</Target>
72
72
-->
73
- </Project >
73
+ </Project >
Original file line number Diff line number Diff line change @@ -174,6 +174,12 @@ public GitHubReference GetRef(string refName)
174
174
}
175
175
176
176
177
+ /// <summary>
178
+ /// Creates a new issue
179
+ /// </summary>
180
+ /// <param name="title">title</param>
181
+ /// <param name="body">body</param>
182
+ /// <returns>the issue if successful, null otherwise</returns>
177
183
public Issue CreateIssue ( string title , string body )
178
184
{
179
185
var request = new RestRequest ( "/repos/{owner}/{repo}/issues" ) ;
You can’t perform that action at this time.
0 commit comments