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 a722fdd commit 6e07178Copy full SHA for 6e07178
TramsDataApi/TramsDataApi.csproj
@@ -79,14 +79,4 @@
79
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
80
</None>
81
</ItemGroup>
82
-
83
- <Target Name="NSwag" BeforeTargets="AfterBuild" Condition="'$(CI)'!='true'">
84
- <Exec ConsoleToMSBuild="true" ContinueOnError="true" Command="$(NSwagExe_Net80) run ../Dfe.TramsDataApi.Client/nswag.json">
85
- <Output TaskParameter="ExitCode" PropertyName="NSwagExitCode" />
86
- <Output TaskParameter="ConsoleOutput" PropertyName="NSwagOutput" />
87
- </Exec>
88
89
- <Message Text="$(NSwagOutput)" Condition="'$(NSwagExitCode)' == '0'" Importance="low" />
90
- <Error Text="$(NSwagOutput)" Condition="'$(NSwagExitCode)' != '0'" />
91
- </Target>
92
</Project>
0 commit comments