File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179
179
- task : CmdLine@2
180
180
displayName : VCPKG install packages
181
181
inputs :
182
- script : vcpkg install --x-manifest-root=$(VCPKG_MANIFEST_DIR) --triplet=x64-windows
182
+ script : vcpkg install --x-manifest-root=$(VCPKG_MANIFEST_DIR) --triplet=x64-linux
183
183
workingDirectory : $(VCPKG_ROOT)
184
184
- task : CMake@1
185
185
displayName : CMake DirectXTex (Config) dbg
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199
199
- task : CmdLine@2
200
200
displayName : VCPKG install packages
201
201
inputs :
202
- script : vcpkg install --x-manifest-root=$(VCPKG_MANIFEST_DIR) --triplet=x64-windows
202
+ script : vcpkg install --x-manifest-root=$(VCPKG_MANIFEST_DIR) --triplet=x64-linux
203
203
workingDirectory : $(VCPKG_ROOT)
204
204
- task : CMake@1
205
205
displayName : CMake DirectXTex (Config) dbg
You can’t perform that action at this time.
0 commit comments