mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-24 20:48:03 +03:00
Update dotnetcore.yml
This commit is contained in:
parent
bffa403e39
commit
d526fa5e9f
7
.github/workflows/dotnetcore.yml
vendored
7
.github/workflows/dotnetcore.yml
vendored
@ -9,9 +9,14 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
||||
- name: setup-msbuild
|
||||
uses: microsoft/setup-msbuild@v1
|
||||
|
||||
- name: Restore
|
||||
run: dotnet restore Facepunch.Steamworks\Facepunch.Steamworks.Win64.csproj
|
||||
run: dotnet restore Facepunch.Steamworks\Facepunch.Steamworks.Win32.csproj
|
||||
run: dotnet restore Facepunch.Steamworks\Facepunch.Steamworks.Posix.csproj
|
||||
|
||||
- name: Build with msbuild
|
||||
run: msbuild Facepunch.Steamworks\Facepunch.Steamworks.Win64.csproj
|
||||
|
Loading…
x
Reference in New Issue
Block a user