···5656 - name: Test
5757 run: dotnet test --no-restore --no-build --verbosity=normal
5858 - name: Pack
5959- run: dotnet pack --no-restore --no-build --verbosity=normal
5959+ # Will build Release version. This is intentional to make sure
6060+ # that the Release configuration also works.
6161+ run: dotnet pack --verbosity=normal
6062