Skip to content

Commit

Permalink
Merge branch 'main' into update-node-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi authored Jan 23, 2025
2 parents 37deb64 + b7033b3 commit e4751ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ado/jobs/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ jobs:
- job: ${{ slice.name }}
displayName: 'Build ${{ slice.friendly_name }}'
pool:
name: Azure Pipelines
vmImage: $(vmImageApple)
os: macOS
timeoutInMinutes: 90
cancelTimeoutInMinutes: 5
templateContext:
Expand Down
4 changes: 4 additions & 0 deletions .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ variables:
- group: InfoSec-SecurityResults
- name: tags
value: production,externalfacing
# CodeQL Still has not fixed their bug running on Apple ARM64 jobs where they inject x64 binaries into arm64 processes and just make it crash :(
# Only workaround for now is to disable CodeQL on Apple jobs.
- name Codeql.Enabled
value: false
- template: /.ado/variables/vars.yml@self

resources:
Expand Down

0 comments on commit e4751ea

Please sign in to comment.