mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-13 15:18:07 +03:00
Update dotnetcore.yml
This commit is contained in:
parent
f1e8664d28
commit
a075810468
16
.github/workflows/dotnetcore.yml
vendored
16
.github/workflows/dotnetcore.yml
vendored
@ -1,17 +1,15 @@
|
|||||||
name: .NET Core
|
name: Build All
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: setup-msbuild
|
||||||
- name: Setup .NET Core
|
uses: microsoft/setup-msbuild@v1
|
||||||
uses: actions/setup-dotnet@v1
|
|
||||||
with:
|
- name: Build with msbuild
|
||||||
dotnet-version: 2.2.108
|
run: msbuild Facepunch.Steamworks\Facepunch.Steamworks.Win64.csproj
|
||||||
- name: Build with dotnet
|
|
||||||
run: dotnet build --configuration Release
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user