Skip to content

Commit a0aa527

Browse files
Update workflow to use EssentialCSharp.slnx
1 parent 8808f6d commit a0aa527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/LocalesTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
echo "Printing date"
5252
date
5353
echo Restore dependencies
54-
dotnet restore EssentialCSharp.sln
54+
dotnet restore EssentialCSharp.slnx
5555
echo Build
56-
dotnet build EssentialCSharp.sln --no-restore
56+
dotnet build EssentialCSharp.slnx --no-restore
5757
echo Test
5858
dotnet test --no-build --no-restore --verbosity normal

0 commit comments

Comments
 (0)