diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd0566f..23ab4e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,6 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet --no-restore + run: dotnet build --no-restore - name: Test - run: dotnet --no-build --verbosity normal \ No newline at end of file + run: dotnet test --no-build --verbosity normal \ No newline at end of file diff --git a/.gitignore b/.gitignore index 8a30d25..fff3402 100644 --- a/.gitignore +++ b/.gitignore @@ -193,7 +193,7 @@ publish/ PublishScripts/ # NuGet Packages -*.nupkg +#*.nupkg # NuGet Symbol Packages *.snupkg # The packages folder can be ignored because of Package Restore diff --git a/Dfe.Data.SearchPrototype.sln b/Dfe.Data.SearchPrototype.sln index e447fcd..b956ed1 100644 --- a/Dfe.Data.SearchPrototype.sln +++ b/Dfe.Data.SearchPrototype.sln @@ -11,6 +11,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dfe.Data.SearchPrototype.Te EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dfe.Data.SearchPrototype.Web.Tests", "Dfe.Data.SearchPrototype\Web\Tests\Dfe.Data.SearchPrototype.Web.Tests.csproj", "{650783D2-FCBB-473B-BCBE-5B3E007540FE}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{0D4ACC06-9FA9-422A-8F92-92B565879E16}" + ProjectSection(SolutionItems) = preProject + NuGet\DfE.Data.ComponentLibrary.CleanArchitecture.2.0.37-beta-ci-20240610-104522.nupkg = NuGet\DfE.Data.ComponentLibrary.CleanArchitecture.2.0.37-beta-ci-20240610-104522.nupkg + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/NuGet/DfE.Data.ComponentLibrary.CleanArchitecture.2.0.37-beta-ci-20240610-104522.nupkg b/NuGet/DfE.Data.ComponentLibrary.CleanArchitecture.2.0.37-beta-ci-20240610-104522.nupkg new file mode 100644 index 0000000..d308eb3 Binary files /dev/null and b/NuGet/DfE.Data.ComponentLibrary.CleanArchitecture.2.0.37-beta-ci-20240610-104522.nupkg differ diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..5aa61eb --- /dev/null +++ b/nuget.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file