Skip to content

Commit a273afb

Browse files
authored
Merge branch 'msal-lts' into hydrate-cache-support-msal-lts
2 parents 32729c5 + 690a580 commit a273afb

File tree

4 files changed

+36
-37
lines changed

4 files changed

+36
-37
lines changed
File renamed without changes.

.github/workflows/build-test-pr.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
name: Run CI
55
# Runs CI on Pull Requests for libraries affected by PR
66

7-
on:
8-
pull_request:
9-
paths:
10-
- 'lib/**/*'
11-
- 'extensions/msal-node-extensions/**/*'
12-
- '!**.md'
13-
- '.github/workflows/build-test-pr.yml'
7+
on: pull_request
148

159
concurrency:
1610
group: ci-${{github.ref}}

.pipelines/sdl.yml

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
variables:
2+
CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
3+
WindowsContainerImage: "onebranch.azurecr.io/windows/ltsc2019/vse2022:latest" # Docker image which is used to build the project https://aka.ms/obpipelines/containers
4+
DEBIAN_FRONTEND: noninteractive
5+
resources:
6+
repositories:
7+
- repository: templates
8+
type: git
9+
name: OneBranch.Pipelines/GovernedTemplates
10+
ref: refs/heads/main
11+
- repository: 1P
12+
type: git
13+
name: IDDP/msal-javascript-1p
14+
ref: msal-lts
15+
16+
extends:
17+
template: v2/OneBranch.NonOfficial.CrossPlat.yml@templates # https://aka.ms/obpipelines/templates
18+
parameters:
19+
globalSdl:
20+
policheck:
21+
break: true
22+
stages:
23+
- stage: sdl
24+
displayName: "Run SDL Checks"
25+
jobs:
26+
- job: SDL
27+
displayName: "SDL Job for JS"
28+
pool:
29+
type: windows
30+
variables:
31+
ob_outputDirectory: "./out"
32+
ob_git_fetchDepth: -1
33+
ob_git_persistCredentials: true
34+
steps:
35+
- template: .pipelines/templates/sdl-tasks.yml@1P

build/sdl-tasks.yml

-30
This file was deleted.

0 commit comments

Comments
 (0)