Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 7de14e5

Browse files
Jan Krassniggjakrams
authored andcommitted
Fixed pipeline to use VS2019
1 parent 24181a4 commit 7de14e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pipelines/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
targetType: inline
3030
script: |
3131
$Env:Path = "$(Build.SourcesDirectory)\arr.arrt.dependencies\CMake\bin;$Env:Path"
32-
$(Build.SourcesDirectory)\azure-remote-rendering-asset-tool\GenerateSolution.ps1 -Destination $(Build.SourcesDirectory)\ArrtWorkspace -Vcpkg "$(Build.SourcesDirectory)\arr.arrt.dependencies\vcpkg"
32+
$(Build.SourcesDirectory)\azure-remote-rendering-asset-tool\GenerateSolution.ps1 -Destination $(Build.SourcesDirectory)\ArrtWorkspace -Vcpkg "$(Build.SourcesDirectory)\arr.arrt.dependencies\vcpkg" -Solution vs2019
3333
3434
- task: ea576cd4-c61f-48f8-97e7-a3cb07b90a6f@2
3535
displayName: 'CredScan'

0 commit comments

Comments
 (0)