Skip to content

Commit afa3a14

Browse files
authored
Feature/197880 add academies api client (#676)
* Updated cd workflow to prevent AcademiesApiClient build
1 parent ffd2d5f commit afa3a14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
CI: true
9494
run: |
9595
dotnet-sonarscanner begin /k:"DFE-Digital_academies-api" /o:"dfe-digital" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.coverageReportPaths=CoverageReport/SonarQube.xml
96-
dotnet build --no-restore -p:CI=${CI}
96+
dotnet build --no-restore
9797
dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage"
9898
reportgenerator -reports:./**/coverage.cobertura.xml -targetdir:./CoverageReport -reporttypes:SonarQube
9999
dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

Dfe.AcademiesApi.Client/Dfe.AcademiesApi.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Version>1.0.0</Version>
1111
<PackageReadmeFile>readme.md</PackageReadmeFile>
1212
<Title>DfE Academies API Client</Title>
13-
<Description>The Trams Data API Client Library provides a convenient and straightforward way to interact with the Trams Data API, a service that delivers contact and basic personal details of key individuals responsible within various organizations associated with the DfE.</Description>
13+
<Description>The DfE Academies API Client Library provides a convenient and straightforward way to interact with the DfE Academies API.</Description>
1414
<Authors>DFE-Digital</Authors>
1515
</PropertyGroup>
1616

0 commit comments

Comments
 (0)