Skip to content

Commit

Permalink
commented out build mac_os on PRs (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
houstonhaynes committed Feb 19, 2025
1 parent 854ca2e commit ba23a52
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/pull-request-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,21 @@ jobs:
- name: Test
run: dotnet test --configuration Release --no-restore --verbosity normal

build_macos:

runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Install dependencies
run: dotnet restore
- name: Install tool dependencies
run: dotnet tool restore
- name: Build (Release)
run: dotnet build --configuration Release --no-restore --verbosity normal
- name: Test
run: dotnet test --configuration Release --no-restore --verbosity normal
# build_macos:
#
# runs-on: macos-latest
#
# steps:
# - uses: actions/checkout@v2
# - name: Setup dotnet
# uses: actions/setup-dotnet@v1
# with:
# dotnet-version: 6.0.x
# - name: Install dependencies
# run: dotnet restore
# - name: Install tool dependencies
# run: dotnet tool restore
# - name: Build (Release)
# run: dotnet build --configuration Release --no-restore --verbosity normal
# - name: Test
# run: dotnet test --configuration Release --no-restore --verbosity normal

0 comments on commit ba23a52

Please sign in to comment.