Skip to content

Commit

Permalink
Remove 'noexec' arg when calling hcttest.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
alsepkow committed Jan 17, 2025
1 parent e52b6bc commit eb7235c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ stages:
displayName: 'Building'
- script: |
call utils\hct\hctstart.cmd %HLSL_SRC_DIR% %HLSL_BLD_DIR%
call utils\hct\hcttest.cmd -$(configuration) noexec
call utils\hct\hcttest.cmd -$(configuration)
displayName: 'DXIL Tests'
- job: Nix
Expand Down

0 comments on commit eb7235c

Please sign in to comment.