Skip to content

Commit a21e1bc

Browse files
test
1 parent 013dc5e commit a21e1bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/xamarin-android.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ jobs:
99
- run: |
1010
cd xamarin-android/vs2019
1111
nuget restore XamarinAndroidVS2019.sln
12-
directory=pwd
12+
$directory=pwd
1313
"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

Comments
 (0)