Skip to content

Commit

Permalink
Update build-listing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Happyrobot33 committed May 30, 2024
1 parent 9691275 commit cbbfadd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-listing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,22 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup .NET 8.x
uses: actions/setup-dotnet@v3
with:
# Semantic version range syntax or exact version of a dotnet version
dotnet-version: '8.x'

- name: Install dependencies
#restore the solution in the CodeCoverage folder
run: dotnet restore ./CodeCoverage/*.csproj

- name: Build
run: dotnet build

- name: Dotnet Run
run: dotnet run

- name: Setup Pages
uses: actions/configure-pages@v3

Expand Down

0 comments on commit cbbfadd

Please sign in to comment.