Skip to content

Commit ebab701

Browse files
Update xamarin-android.yml
1 parent 1da47cd commit ebab701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/xamarin-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
cd xamarin-android/vs2019
1111
nuget restore XamarinAndroidVS2019.sln
1212
$directory=pwd
13-
& C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe "$directory\XamarinAndroidVS2019\XamarinAndroidVS2019.csproj" /p:AndroidNdkDirectory="C:\Android\android-sdk\ndk-bundle" /p:configuration="Release" /t:PackageForAndroid
13+
& "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe" "$directory\XamarinAndroidVS2019\XamarinAndroidVS2019.csproj" /p:AndroidNdkDirectory="C:\Android\android-sdk\ndk-bundle" /p:configuration="Release" /t:PackageForAndroid

0 commit comments

Comments
 (0)