File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments