Skip to content

feat: Move to MSBuild #29

feat: Move to MSBuild

feat: Move to MSBuild #29

Workflow file for this run

name: Build
on:
- push
- pull_request
- workflow_dispatch
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Configure MSBuild
uses: microsoft/setup-msbuild@v1.0.2
- name: Build
working-directory: ${{ env.GITHUB_WORKSPACE }}
run: msbuild /m /p:Configuration=${{ env.BUILD_TYPE }}
- name: Upload Artifact
uses: actions/upload-artifact@v3.1.2
with:
path: x64/Release/Export.dll