mirror of
https://github.com/Raymonf/whack.git
synced 2024-11-11 20:07:08 +01:00
Make it build, for real this time
This commit is contained in:
parent
9a907e01f5
commit
74b9a908b4
10
.github/workflows/WTT.yml
vendored
10
.github/workflows/WTT.yml
vendored
@ -33,13 +33,19 @@ jobs:
|
||||
- name: Setup MSBuild.exe
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
|
||||
# Restore the application to populate the obj folder with RuntimeIdentifiers
|
||||
# Restore WTT dependencies
|
||||
- name: Restore the application
|
||||
run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration
|
||||
env:
|
||||
Configuration: ${{ matrix.configuration }}
|
||||
|
||||
# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
|
||||
# Build WTT
|
||||
- name: Build the application
|
||||
run: msbuild $env:Solution_Name /p:Configuration=$env:Configuration
|
||||
env:
|
||||
Configuration: ${{ matrix.configuration }}
|
||||
|
||||
# Upload the built files
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user