Skip to content

Commit e3e1119

Browse files
+ restore
1 parent 34da875 commit e3e1119

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/xamarin-android.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ jobs:
77
steps:
88
- uses: actions/checkout@v2
99
- run: |
10-
cd xamarin-android/vs2019/XamarinAndroidVS2019
10+
cd xamarin-android/vs2019
11+
nuget restore XamarinAndroidVS2019.sln
12+
cd XamarinAndroidVS2019
1113
nuget restore XamarinAndroidVS2019.sln
1214
$directory=pwd
1315
& "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe" "$directory\XamarinAndroidVS2019.csproj" /p:AndroidNdkDirectory="C:\Android\android-sdk\ndk-bundle" /p:configuration="Release" /t:PackageForAndroid

0 commit comments

Comments
 (0)