Run MSBuild MSVC project CI for pull requests (#419)

This commit is contained in:
Ross Bencina 2021-01-27 23:50:10 +11:00 committed by GitHub
commit 358d153564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
name: MSBuild
name: MSBuild MSVC Project File CI
on: [push]
on: [push, pull_request]
env:
# Path to the solution file relative to the root of the project.