diff options
| author | 5an7y-Microsoft <[email protected]> | 2026-03-31 16:14:04 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-31 16:14:04 -0700 |
| commit | 7652eb722d8e128d15b079d5c9ce5f1dee5be11d (patch) | |
| tree | 9fb1e8d29a256c3ed6207bcd0f96fbb402c540b0 /.github/workflows | |
| parent | f83e1a1827bb2966de1449bf6784866d9609923f (diff) | |
| parent | 21d02d7a54d5fcddcebc38fa1284523f03b6ac48 (diff) | |
Merge pull request #1365 from microsoft/develop
RI Develop to Main
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/Code-Scanning.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml index 1364bfbd..c7637e3b 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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f3d7693..0e847b35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: run: nuget restore .\packages.config -PackagesDirectory .\packages\ - name: Retrieve and build all available solutions - run: .\Build-AllSamples.ps1 -Verbose + run: .\Build-Samples.ps1 -Verbose env: WDS_Configuration: ${{ matrix.configuration }} WDS_Platform: ${{ matrix.platform }} |
