mirror of
https://github.com/actions/runner.git
synced 2025-12-15 06:26:46 +00:00
Compare updated template evaluator (#4092)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<NoWarn>NU1701;NU1603;SYSLIB0050;SYSLIB0051</NoWarn>
|
||||
<Version>$(Version)</Version>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<LangVersion>8.0</LangVersion>
|
||||
<LangVersion>11.0</LangVersion>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -33,5 +33,8 @@
|
||||
<EmbeddedResource Include="DTPipelines\workflow-v1.0.json">
|
||||
<LogicalName>GitHub.DistributedTask.Pipelines.ObjectTemplating.workflow-v1.0.json</LogicalName>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="WorkflowParser\workflow-v1.0.json">
|
||||
<LogicalName>GitHub.Actions.WorkflowParser.workflow-v1.0.json</LogicalName>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user