diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69272cc..cd21e83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,12 @@ jobs: check-name: build-and-test repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 + + - name: Restore dependencies + run: dotnet restore + + - name: Build + run: dotnet build --configuration Release --no-restore - name: Generate package run: dotnet pack ./Functions/Functions.csproj --configuration Release