Skip to content

Commit dcea700

Browse files
committed
Update releases.yml
1 parent b3e9863 commit dcea700

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/releases.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
patch=$((commit_count % 10))
3737
formatted_version="$major.$minor.$patch"
3838
echo "VERSION=$formatted_version" >> $GITHUB_ENV
39+
40+
- name: Restore Dependencies
41+
run: dotnet restore ${{ env.CSPROJ_FILE_PATH }}
3942

4043
- name: Build
4144
run: dotnet build ${{ env.CSPROJ_FILE_PATH }} --configuration Release --no-restore

0 commit comments

Comments
 (0)