Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed May 20, 2024
1 parent 933721f commit f1ab159
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Restore Dependencies
run: dotnet restore

- name: Install Sass
run: npm i -g sass

- name: Build Solution
run: dotnet build --no-restore --configuration Release

Expand Down

0 comments on commit f1ab159

Please sign in to comment.