update workflow schema file. (#388)

This commit is contained in:
Tingluo Huang
2020-03-26 23:01:17 -04:00
committed by GitHub
parent e23d68f6e2
commit 3d70ef2da1
3 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Globalization;
using System.IO;
using System.Linq;
@@ -12,7 +12,7 @@ namespace GitHub.DistributedTask.Pipelines.ObjectTemplating
/// <summary>
/// Converts a YAML file into a TemplateToken
/// </summary>
public sealed class YamlObjectReader : IObjectReader
internal sealed class YamlObjectReader : IObjectReader
{
internal YamlObjectReader(
Int32? fileId,