Skip to content

Commit

Permalink
Remove dotnet restore from codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulrahmanshabeekmohamed committed Jul 17, 2024
1 parent d7a977a commit d2cc224
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,9 @@ jobs:
run: npm install
working-directory: ./CommonComponents

# Restore Dependencies
- name: Restore Nuget dependencies
run: dotnet restore ./Web/Web.csproj

# Build Blazor Project
- name: Build Blazor Project
run: dotnet build ./Web/Web.csproj --configuration Release --no-restore
run: dotnet build ./Web/Web.csproj --configuration Release

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand Down

0 comments on commit d2cc224

Please sign in to comment.