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 a0aa527 commit e0700b5Copy full SHA for e0700b5
.github/actions/setup-dotnet/action.yml
@@ -29,9 +29,9 @@ runs:
29
30
- name: Restore dependencies
31
shell: bash
32
- run: dotnet restore EssentialCSharp.sln
+ run: dotnet restore EssentialCSharp.slnx
33
34
- name: Build
35
if: ${{ inputs.build == 'true' }}
36
37
- run: dotnet build EssentialCSharp.sln --no-restore
+ run: dotnet build EssentialCSharp.sln --no-restore
0 commit comments