Create msbuild48.yml

add github test action
This commit is contained in:
Ubit Umarov
2022-08-24 21:14:40 +01:00
committed by GitHub
parent b850efe873
commit b063ee1f54

20
.github/workflows/msbuild48.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: .msbuild48
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: preBuild
run: bash ${GITHUB_WORKSPACE}/runprebuild48.sh
- name: Build
run: msbuild /p:Configuration=Release OpenMetaverse.sln