Update msbuild.yml

This commit is contained in:
Alessandro Autiero
2024-10-01 12:28:05 +02:00
committed by GitHub
parent ed4ae29f72
commit 8758c98742

View File

@@ -1,10 +1,11 @@
name: MSBuild name: MSBuild
on: on:
push: workflow_call:
branches: [ "aboveS20", "belowS20" ] inputs:
pull_request: branch:
branches: [ "aboveS20", "belowS20" ] required: true
type: string
env: env:
# Path to the solution file relative to the root of the project. # Path to the solution file relative to the root of the project.