mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 06:35:49 +03:00
Update dotnetcore.yml
This commit is contained in:
parent
d526fa5e9f
commit
546066d4cc
4
.github/workflows/dotnetcore.yml
vendored
4
.github/workflows/dotnetcore.yml
vendored
@ -13,9 +13,11 @@ jobs:
|
||||
- name: setup-msbuild
|
||||
uses: microsoft/setup-msbuild@v1
|
||||
|
||||
- name: Restore
|
||||
- name: Restore Win64
|
||||
run: dotnet restore Facepunch.Steamworks\Facepunch.Steamworks.Win64.csproj
|
||||
- name: Restore Win32
|
||||
run: dotnet restore Facepunch.Steamworks\Facepunch.Steamworks.Win32.csproj
|
||||
- name: Restore Posix
|
||||
run: dotnet restore Facepunch.Steamworks\Facepunch.Steamworks.Posix.csproj
|
||||
|
||||
- name: Build with msbuild
|
||||
|
Loading…
Reference in New Issue
Block a user