Skip to content

Bump MSBuild.StructuredLogger from 2.2.158 to 2.2.169 #295

Bump MSBuild.StructuredLogger from 2.2.158 to 2.2.169

Bump MSBuild.StructuredLogger from 2.2.158 to 2.2.169 #295

Workflow file for this run

name: CI
on:
push:
branches:
master
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
- name: Build
run: ./build
shell: powershell
- name: Archive Test Results
uses: actions/upload-artifact@v1
with:
name: TestResults
path: artifacts/TestResults
if: always()
- name: Archive Test Coverage
uses: actions/upload-artifact@v1
with:
name: TestCoverageReport
path: artifacts/TestCoverageReport
- name: Archive Packages
uses: actions/upload-artifact@v1
with:
name: Packages
path: artifacts/Packages