Skip to content

Commit 1cf0ebd

Browse files
authored
Delete Prefast workflow until the build failure is fixed (#23510)
### Description Delete Prefast workflow until the build failure is fixed ### Motivation and Context Right now the pipelines are failing due to an environment change from Github.
1 parent d2c5e24 commit 1cf0ebd

File tree

2 files changed

+1
-178
lines changed

2 files changed

+1
-178
lines changed

.github/workflows/sca.yml

-177
This file was deleted.

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Delete build folder
3838
run: |
3939
if (Test-Path D:\b) { Remove-Item -Recurse -Force D:\b }
40-
&tools\ci_build\github\windows\install_third_party_deps.ps1 -cpu_arch x64 -install_prefix D:\b\Debug\installed -build_config Debug
40+
4141
4242
# The build machine doesn't have a GPU. So the value of CMAKE_CUDA_ARCHITECTURES doesn't matter.
4343
- name: Build code

0 commit comments

Comments
 (0)