File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
cmake --version
13
13
- run : |
14
14
cd cmake/testfiles
15
- cmake -DCMAKE_SHELL=false -DTEST_ONE=one;two -DTEST_TWO=/one/two/three -DTEST_WIN_VARIABLE=test -DTEST_VARIABLE=test
15
+ cmake -DCMAKE_SHELL=false -DTEST_ONE=" one;two" -DTEST_TWO=/one/two/three -DTEST_WIN_VARIABLE=test -DTEST_VARIABLE=test
16
16
- run : |
17
17
cd cmake/testfiles
18
- cmake -DCMAKE_SHELL=true -DTEST_ONE=one;two -DTEST_TWO=/one/two/three -DTEST_VARIABLE=$USER -DTEST_WIN_VARIABLE=%OS%
18
+ cmake -DCMAKE_SHELL=true -DTEST_ONE=" one;two" -DTEST_TWO=/one/two/three -DTEST_VARIABLE=$USER -DTEST_WIN_VARIABLE=%OS%
Original file line number Diff line number Diff line change 9
9
- run : |
10
10
cd xamarin-android/vs2019
11
11
nuget restore XamarinAndroidVS2019.sln
12
- "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe" XamarinAndroidVS2019.csproj /p:AndroidNdkDirectory="C:\Android\android-sdk\ndk-bundle" /p:configuration="Release" /t:PackageForAndroid
12
+ "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe" "./ XamarinAndroidVS2019/XamarinAndroidVS2019 .csproj" /p:AndroidNdkDirectory="C:\Android\android-sdk\ndk-bundle" /p:configuration="Release" /t:PackageForAndroid
You can’t perform that action at this time.
0 commit comments