mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
I am become goblin ooga booga
This commit is contained in:
parent
00f1449f79
commit
4ee979937a
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
@ -39,8 +39,11 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-dotnet@v1
|
- uses: actions/setup-dotnet@v1
|
||||||
|
|
||||||
|
# Debugging, remove later
|
||||||
|
- run: "tree C: /f"
|
||||||
|
|
||||||
# Epic moment
|
# Epic moment
|
||||||
- run: sn -Vr *
|
- run: "C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8.0 Tools\x64\sn.exe" -Vr *
|
||||||
|
|
||||||
- name: Build Project
|
- name: Build Project
|
||||||
run: dotnet build -c $Env:BUILD_TYPE
|
run: dotnet build -c $Env:BUILD_TYPE
|
||||||
@ -51,9 +54,6 @@ jobs:
|
|||||||
name: NewHorizons-${{ env.BUILD_TYPE }}
|
name: NewHorizons-${{ env.BUILD_TYPE }}
|
||||||
path: .\NewHorizons\Obj\${{ env.BUILD_TYPE }}
|
path: .\NewHorizons\Obj\${{ env.BUILD_TYPE }}
|
||||||
|
|
||||||
# Debugging, remove later
|
|
||||||
- run: tree /f
|
|
||||||
|
|
||||||
- name: Generate Schemas
|
- name: Generate Schemas
|
||||||
run: .\SchemaExporter\Bin\${{ env.BUILD_TYPE }}\SchemaExporter.exe
|
run: .\SchemaExporter\Bin\${{ env.BUILD_TYPE }}\SchemaExporter.exe
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user