Skip to content

Commit e790326

Browse files
fixes
1 parent ecaf976 commit e790326

File tree

18 files changed

+8
-1958
lines changed

18 files changed

+8
-1958
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
cmake --version
1313
- run: |
1414
cd cmake/testfiles
15-
cmake -DCMAKE_SHELL=false -DTEST_ONE=one -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
1616
- run: |
1717
cd cmake/testfiles
18-
cmake -DCMAKE_SHELL=true -DTEST_ONE=one -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%

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
steps:
88
- uses: actions/checkout@v2
99
- run: |
10-
docker pull debian
11-
docker run debian
10+
docker pull mcr.microsoft.com/windows/servercore/insider:10.0.20348.1
11+
docker run mcr.microsoft.com/windows/servercore/insider:10.0.20348.1
1212
- run: |
1313
git clone https://github.com/dockersamples/node-bulletin-board
1414
cd node-bulletin-board/bulletin-board-app

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ jobs:
1010
cd rust/src
1111
rustc hello.rs
1212
./hello
13+
shell: pwsh
1314
- run: |
1415
rustup install nightly
1516
rustup show
17+
shell: pwsh
1618
- run: |
1719
rust/scripts/cargo.ps1
1820
shell: pwsh

.github/workflows/windows-driver-kit-steps.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/xamarin-android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
steps:
88
- uses: actions/checkout@v2
99
- run: |
10-
cd xamarin-android/vs2019/XamarinAndroidVS2019
10+
cd xamarin-android/vs2019
1111
nuget restore XamarinAndroidVS2019.sln
12-
msbuild 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.csproj /p:AndroidNdkDirectory="C:\Android\android-sdk\ndk-bundle" /p:configuration="Release" /t:PackageForAndroid

windows-driver-kit/winkerneltest/.vs/winkerneltest/xs/UserPrefs.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

windows-driver-kit/winkerneltest/src/bin/driver.c

Lines changed: 0 additions & 89 deletions
This file was deleted.

windows-driver-kit/winkerneltest/src/bin/resource.h

Lines changed: 0 additions & 7 deletions
This file was deleted.

windows-driver-kit/winkerneltest/src/bin/winkerneltest.rc

Lines changed: 0 additions & 20 deletions
This file was deleted.

windows-driver-kit/winkerneltest/src/bin/winkerneltest.src

Lines changed: 0 additions & 5 deletions
This file was deleted.

windows-driver-kit/winkerneltest/src/bin/winkerneltest.vcxproj

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)