Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Fix Build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikes-gh committed Dec 28, 2023
1 parent 0af4869 commit 9153a67
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 @@ -25,6 +25,9 @@ jobs:
dotnet-version: 6.0.x
- name: Install dependencies
run: dotnet restore
- name: Build Library
run: dotnet build --configuration Release --no-restore
working-directory: ./AspNetCore.SassCompiler
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Validate generated css files
Expand Down

0 comments on commit 9153a67

Please sign in to comment.