mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
ci: set MSBuildEnableWorkloadResolver=true
This commit is contained in:
parent
05bdd8602b
commit
076ebefbf4
1 changed files with 6 additions and 0 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -13,6 +13,8 @@ jobs:
|
|||
submodules: recursive
|
||||
- name: Setup MSBuild
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
env:
|
||||
MSBuildEnableWorkloadResolver: true
|
||||
- name: Define VERSION
|
||||
run: |
|
||||
$env:COMMIT = $env:GITHUB_SHA.Substring(0, 7)
|
||||
|
|
@ -24,8 +26,12 @@ jobs:
|
|||
($env:COMMIT) >> VERSION
|
||||
- name: Build Dalamud
|
||||
run: .\build.ps1 compile
|
||||
env:
|
||||
MSBuildEnableWorkloadResolver: true
|
||||
- name: Test Dalamud
|
||||
run: .\build.ps1 test
|
||||
env:
|
||||
MSBuildEnableWorkloadResolver: true
|
||||
- name: Create hashlist
|
||||
run: .\CreateHashList.ps1 .\bin\Release
|
||||
- name: Upload artifact
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue