1 parent 3e2ba32 commit 2e77e19Copy full SHA for 2e77e19
1 file changed
.github/workflows/deployment.yml
@@ -27,11 +27,11 @@ jobs:
27
with:
28
dotnet-version: 10.0.x
29
- name: Restore dependencies
30
- run: dotnet restore ./eCommerceSolution.sln
+ run: dotnet restore ./eCommerceSolution.slnx
31
- name: Build
32
- run: dotnet build ./eCommerceSolution.sln -c Release --no-restore
+ run: dotnet build ./eCommerceSolution.slnx -c Release --no-restore
33
- name: Test
34
- run: dotnet test ./eCommerceSolution.sln --no-build --verbosity normal
+ run: dotnet test ./eCommerceSolution.slnx --no-build --verbosity normal
35
36
37
build-publish:
0 commit comments