Skip to content

Commit

Permalink
Ensure dotnet-swagger is built before CliExample
Browse files Browse the repository at this point in the history
  • Loading branch information
domaindrivendev committed Feb 18, 2018
1 parent c7b878c commit 3adf437
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/WebSites/CliExample/CliExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
<ProjectReference Include="..\..\..\src\Swashbuckle.AspNetCore.SwaggerGen\Swashbuckle.AspNetCore.SwaggerGen.csproj" />
<ProjectReference Include="..\..\..\src\Swashbuckle.AspNetCore.SwaggerUI\Swashbuckle.AspNetCore.SwaggerUI.csproj" />
<ProjectReference Include="..\..\..\src\Swashbuckle.AspNetCore.Swagger\Swashbuckle.AspNetCore.Swagger.csproj" />
<ProjectReference Include="..\..\..\src\dotnet-swagger\dotnet-swagger.csproj" />
</ItemGroup>

<!--
NOTE: In practice, you would comment out the following snippet to install the dotnet-swagger tool via Nuget.
NOTE: In practice, you would uncomment the following snippet to install the dotnet-swagger tool via Nuget.
Then, the exec command below could be simplified to the following "dotnet swagger tofile ..."
-->

Expand Down

0 comments on commit 3adf437

Please sign in to comment.