Skip to content

Commit 2e77e19

Browse files
committed
working with job artifacts - fixed build commands/sln file extension typo
1 parent 3e2ba32 commit 2e77e19

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
with:
2828
dotnet-version: 10.0.x
2929
- name: Restore dependencies
30-
run: dotnet restore ./eCommerceSolution.sln
30+
run: dotnet restore ./eCommerceSolution.slnx
3131
- name: Build
32-
run: dotnet build ./eCommerceSolution.sln -c Release --no-restore
32+
run: dotnet build ./eCommerceSolution.slnx -c Release --no-restore
3333
- name: Test
34-
run: dotnet test ./eCommerceSolution.sln --no-build --verbosity normal
34+
run: dotnet test ./eCommerceSolution.slnx --no-build --verbosity normal
3535

3636

3737
build-publish:

0 commit comments

Comments
 (0)