We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063a37a commit 4df8fcbCopy full SHA for 4df8fcb
Client.Test/PayrollEngine.Client.Test.csproj
@@ -36,7 +36,7 @@
36
</ItemGroup>
37
38
<!-- build json schemas -->
39
- <Target Name="BuildJsonSchema" AfterTargets="Build">
+ <Target Name="BuildJsonSchema" AfterTargets="Build" Condition="exists('$(PayrollEngineSchemaDir)')">
40
<Message Importance="High" Text="Building json schema..." />
41
<Exec Command="JsonSchemaBuilder $(OutDir)\PayrollEngine.Client.Test.dll PayrollEngine.Client.Test.Case.CaseTest $(OutputDir)PayrollEngine.CaseTest.schema.json" />
42
<Exec Command="JsonSchemaBuilder $(OutDir)\PayrollEngine.Client.Test.dll PayrollEngine.Client.Test.Report.ReportTest $(OutputDir)PayrollEngine.ReportTest.schema.json" />
0 commit comments