Skip to content

WAF move InternalsVisibleTo to csproj files #264

WAF move InternalsVisibleTo to csproj files

WAF move InternalsVisibleTo to csproj files #264

Workflow file for this run

name: System.Waf.CI
on:
push:
paths:
- 'src/System.Waf/**'
- '.github/workflows/**'
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: NuGet clear
run: dotnet nuget locals all --clear
- name: Build
run: dotnet build ./src/System.Waf/System.Waf.sln -c Release -p:ContinuousIntegrationBuild=true
- name: Test
run: dotnet test ./src/System.Waf/System.Waf.sln -c Release --no-build