mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-26 09:29:17 +00:00
Add Setup Actions
This commit is contained in:
@@ -9,9 +9,15 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Android
|
name: Checkout Code
|
||||||
|
- name: Setup MSBuild.exe
|
||||||
|
uses: warrenbuckley/Setup-MSBuild@v1
|
||||||
|
- name: Setup NuGet.exe for use with actions
|
||||||
|
uses: NuGet/setup-nuget@v1.0.2
|
||||||
|
- name: Restore NuGet Packages
|
||||||
|
run: nuget restore
|
||||||
|
- name: Build Android Application
|
||||||
run: |
|
run: |
|
||||||
nuget restore
|
|
||||||
cd Droid
|
cd Droid
|
||||||
msbuild qController.Droid.csproj /verbosity:normal /t:Rebuild /p:Configuration=Debug
|
msbuild qController.Droid.csproj /verbosity:normal /t:Rebuild /p:Configuration=Debug
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user