Update dotnetcore.yml

This commit is contained in:
Garry Newman 2020-02-24 16:57:07 +00:00 committed by GitHub
parent f1e8664d28
commit a075810468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,15 @@
name: .NET Core
name: Build All
on: [push]
jobs:
build:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.2.108
- name: Build with dotnet
run: dotnet build --configuration Release
- name: setup-msbuild
uses: microsoft/setup-msbuild@v1
- name: Build with msbuild
run: msbuild Facepunch.Steamworks\Facepunch.Steamworks.Win64.csproj