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
1a1d023356
commit
42c7755a58
12
.github/workflows/dotnetcore.yml
vendored
12
.github/workflows/dotnetcore.yml
vendored
@ -6,10 +6,16 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Setup dotnet 6.x
|
||||||
|
uses: actions/setup-dotnet@v1
|
||||||
|
with:
|
||||||
|
dotnet-version: '6.x'
|
||||||
|
- name: Display dotnet version
|
||||||
|
run: dotnet --version
|
||||||
|
|
||||||
- name: setup-msbuild
|
- name: setup-msbuild
|
||||||
uses: microsoft/setup-msbuild@v1
|
uses: microsoft/setup-msbuild@v1
|
||||||
|
|
||||||
@ -30,4 +36,4 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: Compiled Files
|
name: Compiled Files
|
||||||
path: Facepunch.Steamworks/bin
|
path: Facepunch.Steamworks/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user