Skip to content

Commit

Permalink
Build only shell
Browse files Browse the repository at this point in the history
  • Loading branch information
OmidID committed Jan 12, 2024
1 parent aacce7e commit c666218
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ on:
jobs:
build:

runs-on: macos-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Install workloads
run: dotnet workload install android ios maccatalyst tvos macos maui wasm-tools
#- name: Install workloads
# run: dotnet workload install android ios maccatalyst tvos macos maui wasm-tools
- name: Restore dependencies
run: dotnet restore
working-directory: src
working-directory: src/AvaloniaInside.Shell
- name: Build
run: dotnet build --release --no-restore
working-directory: src
# - name: Test
# run: dotnet test --no-build --verbosity normal
working-directory: src/AvaloniaInside.Shell
#- name: Test
# run: dotnet test --no-build --verbosity normal

0 comments on commit c666218

Please sign in to comment.