diff options
| author | 5an7y-Microsoft <[email protected]> | 2026-03-31 16:13:00 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-31 16:13:00 -0700 |
| commit | 21d02d7a54d5fcddcebc38fa1284523f03b6ac48 (patch) | |
| tree | 54654e3681fb2ef5064e7d7a26a563e5ca895904 /.github/workflows/Code-Scanning.yml | |
| parent | 3b06a5477ba38d830c35bf16045c7bb42039a8a2 (diff) | |
| parent | e9c56a24dea7850acee9db337f0c35a4cd0e9789 (diff) | |
update Code-Scanning workflow to use Build-Samples.ps1
ci: update Code-Scanning workflow to use Build-Samples.ps1
Diffstat (limited to '.github/workflows/Code-Scanning.yml')
| -rw-r--r-- | .github/workflows/Code-Scanning.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml index 63e155c9..232545ad 100644 --- a/.github/workflows/Code-Scanning.yml +++ b/.github/workflows/Code-Scanning.yml @@ -66,7 +66,7 @@ jobs: WDS_Platform: x64 WDS_WipeOutputs: ${{ true }} - if: github.event_name == 'push' - run: .\Build-AllSamples.ps1 -Verbose -ThrottleLimit 1 + run: .\Build-Samples.ps1 -Verbose -ThrottleLimit 1 env: WDS_Configuration: Debug WDS_Platform: x64 |
