Fix workflow

This commit is contained in:
erri120
2022-04-10 16:25:10 +02:00
committed by GitHub
parent a5a11f23e7
commit 7b24509e9d

View File

@ -108,6 +108,8 @@ jobs:
dotnet-version: '6.0.x'
include-prerelease: true
- name: Restore
run: dotnet restore ${{ matrix.project }}/${{ matrix.project }}.csproj
- name: Build
run: dotnet build ${{ matrix.project }}/${{ matrix.project }}.csproj --no-restore --configuration Release
- name: Pack