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 8808f6d commit a0aa527Copy full SHA for a0aa527
.github/workflows/LocalesTest.yml
@@ -51,8 +51,8 @@ jobs:
51
echo "Printing date"
52
date
53
echo Restore dependencies
54
- dotnet restore EssentialCSharp.sln
+ dotnet restore EssentialCSharp.slnx
55
echo Build
56
- dotnet build EssentialCSharp.sln --no-restore
+ dotnet build EssentialCSharp.slnx --no-restore
57
echo Test
58
dotnet test --no-build --no-restore --verbosity normal
0 commit comments