Skip to content

Commit 892286e

Browse files
authored
Update dotnet.yml
1 parent 499a93b commit 892286e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
echo "NuGetVersionV2: ${{ steps.gitversion.outputs.nuGetVersionV2 }}"
4545
echo "NuGetPreReleaseTagV2: ${{ steps.gitversion.outputs.CommitsSinceVersionSourcePadded }}"
4646
- name: Restore
47-
run: dotnet restore ./SharpHelpers/SharpHelpers.sln
47+
run: dotnet restore ./SharpApi.sln
4848
- name: Build
49-
run: dotnet build -c Release --no-restore ./SharpHelpers/SharpHelpers.sln
49+
run: dotnet build -c Release --no-restore ./SharpApi.sln
5050
- name: Test
51-
run: dotnet test ./SharpHelpers/SharpHelpers.sln -c Release --no-build
51+
run: dotnet test ./SharpApi.sln -c Release --no-build
5252
- name: Pack
5353
if: matrix.os == 'ubuntu-latest'
5454
run: dotnet pack -v normal -c Release --no-restore --no-build -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }}-${{ steps.gitversion.outputs.CommitsSinceVersionSourcePadded }} ./SharpHelpers/SharpHelpers.sln

0 commit comments

Comments
 (0)