Workflow vcpkg dependencies
This commit is contained in:
@@ -23,11 +23,19 @@ jobs:
|
|||||||
- name: Restore NuGet
|
- name: Restore NuGet
|
||||||
run: dotnet restore ${{env.PROJ_LAUNCHER}}
|
run: dotnet restore ${{env.PROJ_LAUNCHER}}
|
||||||
|
|
||||||
- name: Install minhook
|
- name: Install Prospect.Agent dependencies
|
||||||
run: vcpkg install minhook:x64-windows-static
|
run: |
|
||||||
|
vcpkg integrate install
|
||||||
|
vcpkg install minhook:x64-windows-static
|
||||||
|
|
||||||
- name: Build Prospect.Agent
|
- name: Build Prospect.Agent
|
||||||
run: msbuild /m /p:Configuration=Release /p:Platform=x64 ${{env.PROJ_AGENT}}
|
run: msbuild /m /p:Configuration=Release /p:Platform=x64 ${{env.PROJ_AGENT}}
|
||||||
|
|
||||||
- name: Build Prospect.Launcher
|
- name: Build Prospect.Launcher
|
||||||
run: dotnet publish -o ./build-app -r win-x64 -c Release -v minimal ${{env.PROJ_LAUNCHER}}
|
run: dotnet publish -o ./build-app -r win-x64 -c Release -v minimal ${{env.PROJ_LAUNCHER}}
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: Prospect.Launcher
|
||||||
|
path: ./build-app/
|
||||||
|
retention-days: 14
|
||||||
|
|||||||
Reference in New Issue
Block a user