diff --git a/.azuredevops/pipelines/DXUT-GitHub-CMake-Dev17.yml b/.azuredevops/pipelines/DXUT-GitHub-CMake-Dev17.yml index 493927e..38e8d31 100644 --- a/.azuredevops/pipelines/DXUT-GitHub-CMake-Dev17.yml +++ b/.azuredevops/pipelines/DXUT-GitHub-CMake-Dev17.yml @@ -38,7 +38,7 @@ variables: Codeql.Enabled: false VC_PATH: 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC' VS_GENERATOR: 'Visual Studio 17 2022' - WIN11_SDK: '10.0.22000.0' + WIN11_SDK: '10.0.26100.0' pool: vmImage: windows-2022 diff --git a/.azuredevops/pipelines/DXUT-GitHub-CMake.yml b/.azuredevops/pipelines/DXUT-GitHub-CMake.yml index c098702..b7c5afe 100644 --- a/.azuredevops/pipelines/DXUT-GitHub-CMake.yml +++ b/.azuredevops/pipelines/DXUT-GitHub-CMake.yml @@ -38,7 +38,7 @@ variables: Codeql.Enabled: false VS_GENERATOR: 'Visual Studio 17 2022' WIN10_SDK: '10.0.19041.0' - WIN11_SDK: '10.0.22000.0' + WIN11_SDK: '10.0.26100.0' pool: vmImage: windows-2022 @@ -82,19 +82,3 @@ jobs: inputs: cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out2 -v --config RelWithDebInfo - - task: CMake@1 - displayName: 'CMake (MSVC): Config ARM64' - inputs: - cwd: '$(Build.SourcesDirectory)' - cmakeArgs: > - -G "$(VS_GENERATOR)" -T v142 -A ARM64 -B out3 -DCMAKE_SYSTEM_VERSION=$(WIN11_SDK) - - task: CMake@1 - displayName: 'CMake (MSVC): Build ARM64 Debug' - inputs: - cwd: '$(Build.SourcesDirectory)' - cmakeArgs: --build out3 -v --config Debug - - task: CMake@1 - displayName: 'CMake (MSVC): Build ARM64 Release' - inputs: - cwd: '$(Build.SourcesDirectory)' - cmakeArgs: --build out3 -v --config RelWithDebInfo diff --git a/.gitignore b/.gitignore index 0e255da..3c0a6cb 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ *.ilk *.VC.db .vs +.vscode /ipch Bin /wiki