Skip to content

Commit 6e07178

Browse files
authored
Removed nswag builder (#671)
1 parent a722fdd commit 6e07178

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

TramsDataApi/TramsDataApi.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,4 @@
7979
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
8080
</None>
8181
</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>
9282
</Project>

0 commit comments

Comments
 (0)