Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1741 from microsoft/dev/gcampbell/policheck
Browse files Browse the repository at this point in the history
update policheck
  • Loading branch information
gcampbell-msft authored May 6, 2024
2 parents f745371 + c497d2f commit 6f24815
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
with:
node-version: 16.x

# On new macos-latest machines, Python 3.9+ is used, and it's causing issues with binding.gyp
- name: Use Python 3.8
if: ${{ matrix.os == 'macos-latest' }}
uses: actions/setup-python@v5
with:
python-version: 3.8

- name: Windows setup
if: ${{ matrix.os == 'windows-latest' }}
run: |
Expand Down
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ extends:
name: VSEngSS-MicroBuild2022-1ES
sdl:
sourceAnalysisPool: VSEngSS-MicroBuild2022-1ES
tsa:
enabled: true
GdnPublishTsaOnboard: true
GdnPublishTsaConfigFile: $(Build.SourcesDirectory)\build\tsa.gdntsa
policheck:
enabled: true
spotBugs:
enabled: false # Turn this off, this isn't java.
customBuildTags:
Expand Down
8 changes: 0 additions & 8 deletions build/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ jobs:
variables:
TeamName: C++ Cross Platform and Cloud
templateContext:
sdl:
${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
tsa:
enabled: true
GdnPublishTsaOnboard: true
GdnPublishTsaConfigFile: $(Build.SourcesDirectory)\build\tsa.gdntsa
policheck:
enabled: true
outputs:
- output: pipelineArtifact
displayName: 'Publish extension VSIXes as artifact'
Expand Down

0 comments on commit 6f24815

Please sign in to comment.