Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gccornejo441 authored Feb 26, 2024
1 parent ec04cd5 commit 4fe6607
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,20 @@ on:
branches: [ main ]

jobs:
build-and-test:
runs-on: windows-latest # Avalonia desktop apps should be built on Windows for compatibility.
build:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2

- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: '8.0.x' # Specify the .NET version
dotnet-version: '6.0.x'

- name: Restore dependencies
run: dotnet restore

- name: Build
run: dotnet build --configuration Release --no-restore
working-directory: ./InsightBytes
working-directory: ./src/InsightBytes



0 comments on commit 4fe6607

Please sign in to comment.