Skip to content

Commit 232d254

Browse files
restore
1 parent a21e1bc commit 232d254

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/xamarin-android.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ 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)