This repository was archived by the owner on Oct 1, 2024. It is now read-only.
File tree 3 files changed +13
-8
lines changed
3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 34
34
with :
35
35
node-version : 16.x
36
36
37
+ # On new macos-latest machines, Python 3.9+ is used, and it's causing issues with binding.gyp
38
+ - name : Use Python 3.8
39
+ if : ${{ matrix.os == 'macos-latest' }}
40
+ uses : actions/setup-python@v5
41
+ with :
42
+ python-version : 3.8
43
+
37
44
- name : Windows setup
38
45
if : ${{ matrix.os == 'windows-latest' }}
39
46
run : |
Original file line number Diff line number Diff line change @@ -53,6 +53,12 @@ extends:
53
53
name : VSEngSS-MicroBuild2022-1ES
54
54
sdl :
55
55
sourceAnalysisPool : VSEngSS-MicroBuild2022-1ES
56
+ tsa :
57
+ enabled : true
58
+ GdnPublishTsaOnboard : true
59
+ GdnPublishTsaConfigFile : $(Build.SourcesDirectory)\build\tsa.gdntsa
60
+ policheck :
61
+ enabled : true
56
62
spotBugs :
57
63
enabled : false # Turn this off, this isn't java.
58
64
customBuildTags :
Original file line number Diff line number Diff line change 13
13
variables :
14
14
TeamName : C++ Cross Platform and Cloud
15
15
templateContext :
16
- sdl :
17
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }} :
18
- tsa :
19
- enabled : true
20
- GdnPublishTsaOnboard : true
21
- GdnPublishTsaConfigFile : $(Build.SourcesDirectory)\build\tsa.gdntsa
22
- policheck :
23
- enabled : true
24
16
outputs :
25
17
- output : pipelineArtifact
26
18
displayName : ' Publish extension VSIXes as artifact'
You can’t perform that action at this time.
0 commit comments