Skip to content

Commit

Permalink
Remove dotnet setup in codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulrahmanshabeekmohamed committed Jul 17, 2024
1 parent 192501d commit bd4b9f6
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,17 @@ jobs:
# - name: Autobuild
# uses: github/codeql-action/autobuild@v3

# Install .NET SDK
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

# Install dotnet wasm buildtools workload
- name: Install .NET WASM Build Tools
run: dotnet workload install wasm-tools

# Install Node JS
- name: Setup Node.js environment
# Restore npm dependencies
- name: Restore npm dependencies
run: npm install
working-directory: ./CommonComponents

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

# Build Blazor Project
Expand Down

0 comments on commit bd4b9f6

Please sign in to comment.