Skip to content

Extract snippets from remaining SpreadsheetML tutorials, extract "Packages and Document Parts" section, and fix multiple xmlns errors #71

Extract snippets from remaining SpreadsheetML tutorials, extract "Packages and Document Parts" section, and fix multiple xmlns errors

Extract snippets from remaining SpreadsheetML tutorials, extract "Packages and Document Parts" section, and fix multiple xmlns errors #71

Workflow file for this run

name: Samples compilation
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.x
- name: Build
run: dotnet build samples/samples.sln /p:TreatWarningsAsErrors=true