We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61492c0 commit 2c317abCopy full SHA for 2c317ab
.github/workflows/build.yml
@@ -21,8 +21,8 @@ jobs:
21
with:
22
dotnet-version: 8.0.x
23
- name: Restore dependencies
24
- run: dotnet restore ./Dfe.Data.SearchPrototype.sln
+ run: dotnet restore ./DfE.Data.SearchPrototype.sln
25
- name: Build
26
- run: dotnet ./Dfe.Data.SearchPrototype.sln --no-restore
+ run: dotnet ./DfE.Data.SearchPrototype.sln --no-restore
27
- name: Test
28
- run: dotnet ./Dfe.Data.SearchPrototype.sln --no-build --verbosity normal
+ run: dotnet ./DfE.Data.SearchPrototype.sln --no-build --verbosity normal
0 commit comments