Skip to content

Commit

Permalink
Feature/173197 persons api client nu get package (#568)
Browse files Browse the repository at this point in the history
* Added a new step to the build workfow to build and publish a nuget package

* Changed the target condition so it wont run in CI

* Added a change for testing the new workflow

* Added environment varibale CI to the CI yaml file

* Added build-args in the docker-build

* Fixed the casing in teh target condition

---------

Co-authored-by: Farshad DASHTI <[email protected]>
  • Loading branch information
FrostyApeOne and Farshad DASHTI authored Aug 14, 2024
1 parent 5ad69f5 commit d51ee4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PersonsApi/PersonsApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<ProjectReference Include="..\Dfe.Academies.Application\Dfe.Academies.Application.csproj" />
</ItemGroup>

<Target Name="NSwag" BeforeTargets="AfterBuild" Condition="'$(CI)'!='True'">
<Target Name="NSwag" BeforeTargets="AfterBuild" Condition="'$(CI)'!='true'">
<Exec
ConsoleToMSBuild="true"
ContinueOnError="true"
Expand Down

0 comments on commit d51ee4a

Please sign in to comment.