Skip to content

Add GraphicsDevice.DrawUserIndexedPrimitivesPointerEXT() method; Bump… #107

Add GraphicsDevice.DrawUserIndexedPrimitivesPointerEXT() method; Bump…

Add GraphicsDevice.DrawUserIndexedPrimitivesPointerEXT() method; Bump… #107

Workflow file for this run

name: FNA.NET CI
on: [push, pull_request]
jobs:
windows:
name: Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install workloads
run: |
dotnet workload install android ios tvos --skip-manifest-update
- name: dotnet build and pack FNA.NET
run: |
dotnet build -c Debug FNA.NET.csproj
dotnet pack FNA.NET.csproj
- name: dotnet build and pack FNA.NET.UWP
run: |
dotnet build -c Debug FNA.NET.UWP.csproj
dotnet pack FNA.NET.UWP.csproj
- uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }} Artifacts
path: |
bin/Release/*.nupkg