Skip to content

Commit

Permalink
Update env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoituron committed Apr 15, 2024
1 parent 6d11575 commit 923dba9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-core-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ on:
- '**/*.gitignore'
- '**/*.gitattributes'

env:
PROJECTS: "./src/Core/Microsoft.FluentUI.AspNetCore.Components.csproj"
TESTS: "./tests/Core/Microsoft.FluentUI.AspNetCore.Components.Tests.csproj"

jobs:
build:

runs-on: windows-latest

env:
PROJECTS: "./src/Core/Microsoft.FluentUI.AspNetCore.Components.csproj"
TESTS: "./tests/Core/Microsoft.FluentUI.AspNetCore.Components.Tests.csproj"

steps:
- name: Checkout source
uses: actions/checkout@v4
Expand Down

0 comments on commit 923dba9

Please sign in to comment.