Skip to content

instead of lib_nupkgs, reference nuget.sourcegear.com #201

instead of lib_nupkgs, reference nuget.sourcegear.com

instead of lib_nupkgs, reference nuget.sourcegear.com #201

Workflow file for this run

name: .NET
on:
push:
branches: [ no-xamarin ]
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
os: [windows-2025, macos-15]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
path: "SQLitePCL.raw"
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Install workload ios
run: dotnet workload install ios
- name: Install workload maccatalyst
run: dotnet workload install maccatalyst
- name: Install workload tvos
run: dotnet workload install tvos
- name: Install T4
run: dotnet tool install --global dotnet-t4
- name: Import password for packages
env:
SG_NUGET_TOKEN: ${{ secrets.SG_NUGET_TOKEN }}
- name: Build
run: |
cd SQLitePCL.raw/build
dotnet run