We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e9863 commit dcea700Copy full SHA for dcea700
1 file changed
.github/workflows/releases.yml
@@ -36,6 +36,9 @@ jobs:
36
patch=$((commit_count % 10))
37
formatted_version="$major.$minor.$patch"
38
echo "VERSION=$formatted_version" >> $GITHUB_ENV
39
+
40
+ - name: Restore Dependencies
41
+ run: dotnet restore ${{ env.CSPROJ_FILE_PATH }}
42
43
- name: Build
44
run: dotnet build ${{ env.CSPROJ_FILE_PATH }} --configuration Release --no-restore
0 commit comments