Skip to content

Try to fix for dotnet4.5 of not being able to build #116

Try to fix for dotnet4.5 of not being able to build

Try to fix for dotnet4.5 of not being able to build #116

name: Build TinkeDSi nightly
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
env:
Solution_Name: Tinke.sln
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.1.3
# Build
- name: Build
run: |
./compile.bat Release x64
- uses: actions/upload-artifact@master
with:
name: TinkeDSi-nightly
path: build