We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a332fe3 commit 2f1286fCopy full SHA for 2f1286f
build/DirectXTK-GitHub-GDK-Dev17.yml
@@ -219,3 +219,16 @@ jobs:
219
inputs:
220
cwd: '$(Build.SourcesDirectory)'
221
cmakeArgs: --build out\build\x64-Release-GDK-Clang
222
+ - task: DeleteFiles@1
223
+ inputs:
224
+ Contents: 'out/build'
225
+ - task: CMake@1
226
+ displayName: 'CMake (MSVC, DLL): Config Debug'
227
228
+ cwd: '$(Build.SourcesDirectory)'
229
+ cmakeArgs: --preset=x64-Debug-GDK -DBUILD_SHARED_LIBS=ON
230
231
+ displayName: 'CMake (MSVC, DLL): Build Debug'
232
233
234
+ cmakeArgs: --build out\build\x64-Debug-GDK
0 commit comments