6 changed files
.pipelines | ||
ci.yml rename | ||
validation.yml + | ||
.gitignore | ||
Helpers.cs | ||
TestScheduler.csproj | ||
Webhook.cs | ||
The file content is identical.
Add comment 5 using System.Diagnostics;
Add comment 6 using System.IO;
Add comment 7 using System.Net;
Add comment 8 Plus using System.Net.Http;
Add comment 8 9 using System.Threading.Tasks;
Add comment 9 10
Add comment 10 11 public static class Helpers