We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013dc5e commit a21e1bcCopy full SHA for a21e1bc
.github/workflows/xamarin-android.yml
@@ -9,5 +9,6 @@ jobs:
9
- run: |
10
cd xamarin-android/vs2019
11
nuget restore XamarinAndroidVS2019.sln
12
- directory=pwd
+ $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
14
+ shell: pwsh
0 commit comments