diff options
Diffstat (limited to '.github/workflows/Code-Scanning.yml')
| -rw-r--r-- | .github/workflows/Code-Scanning.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml index c3094b4b..fc1ae7e8 100644 --- a/.github/workflows/Code-Scanning.yml +++ b/.github/workflows/Code-Scanning.yml @@ -43,10 +43,9 @@ jobs: languages: ${{ matrix.language }} - name: Add MSBuild to PATH - uses: microsoft/[email protected] + uses: microsoft/[email protected] - name: Retrieve and build all available solutions - id: build-all-samples run: | .\Build-AllSamples.ps1 -Verbose -ThrottleLimit 1 env: |
