mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
again
Update msbuild48.yml try again Update msbuild48.yml try add a github last build artifact Update msbuild48.yml fix git action solution name Create msbuild48.yml add github test action
This commit is contained in:
30
.github/workflows/msbuild48.yml
vendored
Normal file
30
.github/workflows/msbuild48.yml
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
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 OpenSim.sln
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: OpenSimLastBuild
|
||||
path: |
|
||||
path/output/bin/
|
||||
${GITHUB_WORKSPACE}/ThirdPartyLicenses/
|
||||
${GITHUB_WORKSPACE}/ThirdPartyLicenses
|
||||
${GITHUB_WORKSPACE}/README.md
|
||||
${GITHUB_WORKSPACE}/CONTRIBUTORS.txt
|
||||
|
||||
Reference in New Issue
Block a user