Skip to content

Commit d69541f

Browse files
move pipelines to new org (#714)
* move pipelines to new org * remove VS extension pipelines
1 parent dfbcb5b commit d69541f

12 files changed

Lines changed: 46 additions & 329 deletions

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.69] - 2026-01-28
8+
### Pipeline
9+
Move PR and release pipelines to new ADO organization
10+
711
## [1.0.68] - 2025-12-04
812
### Dependencies
913
Bump jws from 3.2.2 to 3.2.3 in /DevSkim-VSCode-Plugin

DevSkim-VSCode-Plugin/.npmrc.pr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
registry=https://twcsecurityassurance.pkgs.visualstudio.com/SecurityEngineering/_packaging/PublicRegistriesFeed/npm/registry/
1+
registry=https://pkgs.dev.azure.com/microsoft-sdl/General/_packaging/PublicRegistriesFeed/npm/registry/
22

33
always-auth=true

DevSkim-VSCode-Plugin/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -317,13 +317,12 @@
317317
"vsce-pack": "vsce package || echo 'Release build failed'",
318318
"pipeline-pack":"npm install --global @microsoft/artifacts-npm-credprovider --registry https://pkgs.dev.azure.com/artifacts-public/23934c1b-a3b5-4b70-9dd3-d1bef4cc72a0/_packaging/AzureArtifacts/npm/registry/ && cp .npmrc.pr .npmrc && artifacts-npm-credprovider && npm run restore-net && npm run rewrite-registry:root && npm run rewrite-registry:client && npm run pack-ext",
319319
"pipeline-pack-release":"npm install --global @microsoft/artifacts-npm-credprovider --registry https://pkgs.dev.azure.com/artifacts-public/23934c1b-a3b5-4b70-9dd3-d1bef4cc72a0/_packaging/AzureArtifacts/npm/registry/ && cp .npmrc.release .npmrc && artifacts-npm-credprovider && npm run restore-net-release && npm run rewrite-registry:root-release && npm run rewrite-registry:client-release && npm run pack-ext",
320-
"restore-net":"dotnet restore --configfile ../nuget.config.azure ../DevSkim-Dotnet/Microsoft.DevSkim.LanguageServer",
321-
"restore-net-release":"dotnet restore --configfile ../nuget.release.config ../DevSkim-Dotnet/Microsoft.DevSkim.LanguageServer",
322-
"rewrite-registry:root": "node scripts/updatePackageLock.js ../package-lock.json https://twcsecurityassurance.pkgs.visualstudio.com/SecurityEngineering/_packaging/PublicRegistriesFeed/npm/registry/",
323-
"rewrite-registry:client": "node scripts/updatePackageLock.js ../client/package-lock.json https://twcsecurityassurance.pkgs.visualstudio.com/SecurityEngineering/_packaging/PublicRegistriesFeed/npm/registry/",
324-
"rewrite-registry:root-release": "node scripts/updatePackageLock.js ../package-lock.json https://twcdot.pkgs.visualstudio.com/Data/_packaging/Data_PublicPackages/npm/registry/",
325-
"rewrite-registry:client-release": "node scripts/updatePackageLock.js ../client/package-lock.json https://twcdot.pkgs.visualstudio.com/Data/_packaging/Data_PublicPackages/npm/registry/"
326-
320+
"restore-net":"dotnet restore --configfile ../nuget.config ../DevSkim-Dotnet/Microsoft.DevSkim.LanguageServer",
321+
"restore-net-release":"dotnet restore --configfile ../nuget.config ../DevSkim-Dotnet/Microsoft.DevSkim.LanguageServer",
322+
"rewrite-registry:root": "node scripts/updatePackageLock.js ../package-lock.json https://pkgs.dev.azure.com/microsoft-sdl/General/_packaging/PublicRegistriesFeed/npm/registry/",
323+
"rewrite-registry:client": "node scripts/updatePackageLock.js ../client/package-lock.json https://pkgs.dev.azure.com/microsoft-sdl/General/_packaging/PublicRegistriesFeed/npm/registry/",
324+
"rewrite-registry:root-release": "node scripts/updatePackageLock.js ../package-lock.json https://pkgs.dev.azure.com/microsoft-sdl/General/_packaging/Data_PublicPackages/npm/registry/",
325+
"rewrite-registry:client-release": "node scripts/updatePackageLock.js ../client/package-lock.json https://pkgs.dev.azure.com/microsoft-sdl/General/_packaging/Data_PublicPackages/npm/registry/"
327326
},
328327
"devDependencies": {
329328
"@types/node": "^14.x",

Pipelines/cli/devskim-cli-pr.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212
repositories:
1313
- repository: templates
1414
type: git
15-
name: SecurityEngineering/OSS-Tools-Pipeline-Templates
15+
name: General/OSS-Tools-Pipeline-Templates
1616
ref: refs/tags/v2.0.4
1717
- repository: 1esPipelines
1818
type: git
@@ -44,7 +44,7 @@ extends:
4444
dotnetTestArgs: '-- --coverage --report-trx'
4545
includeNuGetOrg: false
4646
nugetFeedsToUse: 'config'
47-
nugetConfigPath: 'nuget.config.azure'
47+
nugetConfigPath: 'nuget.config'
4848
onInit:
4949
- task: NuGetAuthenticate@1
5050
- template: dotnet-test-job.yml@templates
@@ -58,7 +58,7 @@ extends:
5858
dotnetTestArgs: '-- --coverage --report-trx'
5959
includeNuGetOrg: false
6060
nugetFeedsToUse: 'config'
61-
nugetConfigPath: 'nuget.config.azure'
61+
nugetConfigPath: 'nuget.config'
6262
onInit:
6363
- task: NuGetAuthenticate@1
6464
- stage: Build
@@ -75,7 +75,7 @@ extends:
7575
artifactName: 'linux-mac-archive'
7676
includeNuGetOrg: false
7777
nugetFeedsToUse: 'config'
78-
nugetConfigPath: 'nuget.config.azure'
78+
nugetConfigPath: 'nuget.config'
7979
onInit:
8080
- task: NuGetAuthenticate@1
8181
preBuild:
@@ -89,7 +89,7 @@ extends:
8989
artifactName: 'win-netcore-archive'
9090
includeNuGetOrg: false
9191
nugetFeedsToUse: 'config'
92-
nugetConfigPath: 'nuget.config.azure'
92+
nugetConfigPath: 'nuget.config'
9393
onInit:
9494
- task: NuGetAuthenticate@1
9595
preBuild:
@@ -104,7 +104,7 @@ extends:
104104
artifactName: 'nuget-lib-archive'
105105
includeNuGetOrg: false
106106
nugetFeedsToUse: 'config'
107-
nugetConfigPath: 'nuget.config.azure'
107+
nugetConfigPath: 'nuget.config'
108108
onInit:
109109
- task: NuGetAuthenticate@1
110110
preBuild:
@@ -119,7 +119,7 @@ extends:
119119
artifactName: 'nuget-cli-archive'
120120
includeNuGetOrg: false
121121
nugetFeedsToUse: 'config'
122-
nugetConfigPath: 'nuget.config.azure'
122+
nugetConfigPath: 'nuget.config'
123123
onInit:
124124
- task: NuGetAuthenticate@1
125125
preBuild:

Pipelines/cli/devskim-cli-release.yml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resources:
66
repositories:
77
- repository: templates
88
type: git
9-
name: Data/OSS-Tools-Pipeline-Templates
9+
name: General/OSS-Tools-Pipeline-Templates
1010
ref: refs/tags/v2.0.4
1111
- repository: 1esPipelines
1212
type: git
@@ -43,7 +43,7 @@ extends:
4343
dotnetTestArgs: '-- --coverage --report-trx'
4444
includeNuGetOrg: false
4545
nugetFeedsToUse: 'config'
46-
nugetConfigPath: 'nuget.release.config'
46+
nugetConfigPath: 'nuget.config'
4747
onInit:
4848
- task: NuGetAuthenticate@1
4949
- template: dotnet-test-job.yml@templates
@@ -57,7 +57,7 @@ extends:
5757
dotnetTestArgs: '-- --coverage --report-trx'
5858
includeNuGetOrg: false
5959
nugetFeedsToUse: 'config'
60-
nugetConfigPath: 'nuget.release.config'
60+
nugetConfigPath: 'nuget.config'
6161
onInit:
6262
- task: NuGetAuthenticate@1
6363

@@ -75,7 +75,7 @@ extends:
7575
artifactName: 'linux-mac-archive'
7676
includeNuGetOrg: false
7777
nugetFeedsToUse: 'config'
78-
nugetConfigPath: 'nuget.release.config'
78+
nugetConfigPath: 'nuget.config'
7979
onInit:
8080
- task: NuGetAuthenticate@1
8181
preBuild:
@@ -89,7 +89,7 @@ extends:
8989
artifactName: 'win-netcore-archive'
9090
includeNuGetOrg: false
9191
nugetFeedsToUse: 'config'
92-
nugetConfigPath: 'nuget.release.config'
92+
nugetConfigPath: 'nuget.config'
9393
onInit:
9494
- task: NuGetAuthenticate@1
9595
preBuild:
@@ -104,7 +104,7 @@ extends:
104104
artifactName: 'nuget-lib-archive'
105105
includeNuGetOrg: false
106106
nugetFeedsToUse: 'config'
107-
nugetConfigPath: 'nuget.release.config'
107+
nugetConfigPath: 'nuget.config'
108108
onInit:
109109
- task: NuGetAuthenticate@1
110110
preBuild:
@@ -119,7 +119,7 @@ extends:
119119
artifactName: 'nuget-cli-archive'
120120
includeNuGetOrg: false
121121
nugetFeedsToUse: 'config'
122-
nugetConfigPath: 'nuget.release.config'
122+
nugetConfigPath: 'nuget.config'
123123
onInit:
124124
- task: NuGetAuthenticate@1
125125
preBuild:
@@ -150,6 +150,7 @@ extends:
150150
inputs:
151151
packageType: 'sdk'
152152
version: ${{ variables.DotnetVersion }}
153+
- task: NuGetAuthenticate@1
153154
- template: nbgv-set-version-steps.yml@templates
154155
# set-version-steps only sets it for current job, while adding isOutput only sets it for future jobs
155156
# https://learn.microsoft.com/en-us/azure/devops/pipelines/process/set-variables-scripts?view=azure-devops&tabs=powershell#set-an-output-variable-for-use-in-future-jobs
@@ -206,7 +207,7 @@ extends:
206207
- task: EsrpCodeSigning@5
207208
displayName: First Party Code Sign - Linux
208209
inputs:
209-
ConnectedServiceName: 'oss-esrp-signing-v5-connection'
210+
ConnectedServiceName: 'oss-esrp-signing-devskim-v5-connection'
210211
AppRegistrationClientId: '8694c10c-c89d-4231-9dca-36cb80737ad0'
211212
AppRegistrationTenantId: '33e01921-4d64-4f8c-a055-5bdaffd5e33d'
212213
AuthAKVName: 'oss-signing-vault'
@@ -245,7 +246,7 @@ extends:
245246
- task: EsrpCodeSigning@5
246247
displayName: First Party Code Sign - MacOS
247248
inputs:
248-
ConnectedServiceName: 'oss-esrp-signing-v5-connection'
249+
ConnectedServiceName: 'oss-esrp-signing-devskim-v5-connection'
249250
AppRegistrationClientId: '8694c10c-c89d-4231-9dca-36cb80737ad0'
250251
AppRegistrationTenantId: '33e01921-4d64-4f8c-a055-5bdaffd5e33d'
251252
AuthAKVName: 'oss-signing-vault'
@@ -284,7 +285,7 @@ extends:
284285
- task: EsrpCodeSigning@5
285286
displayName: First Party Code Sign - Windows
286287
inputs:
287-
ConnectedServiceName: 'oss-esrp-signing-v5-connection'
288+
ConnectedServiceName: 'oss-esrp-signing-devskim-v5-connection'
288289
AppRegistrationClientId: '8694c10c-c89d-4231-9dca-36cb80737ad0'
289290
AppRegistrationTenantId: '33e01921-4d64-4f8c-a055-5bdaffd5e33d'
290291
AuthAKVName: 'oss-signing-vault'
@@ -323,7 +324,7 @@ extends:
323324
- task: EsrpCodeSigning@5
324325
displayName: First Party Code Sign - .NET Core App
325326
inputs:
326-
ConnectedServiceName: 'oss-esrp-signing-v5-connection'
327+
ConnectedServiceName: 'oss-esrp-signing-devskim-v5-connection'
327328
AppRegistrationClientId: '8694c10c-c89d-4231-9dca-36cb80737ad0'
328329
AppRegistrationTenantId: '33e01921-4d64-4f8c-a055-5bdaffd5e33d'
329330
AuthAKVName: 'oss-signing-vault'
@@ -363,7 +364,7 @@ extends:
363364
- task: EsrpCodeSigning@5
364365
displayName: Third Party Code Sign - Linux
365366
inputs:
366-
ConnectedServiceName: 'oss-esrp-signing-v5-connection'
367+
ConnectedServiceName: 'oss-esrp-signing-devskim-v5-connection'
367368
AppRegistrationClientId: '8694c10c-c89d-4231-9dca-36cb80737ad0'
368369
AppRegistrationTenantId: '33e01921-4d64-4f8c-a055-5bdaffd5e33d'
369370
AuthAKVName: 'oss-signing-vault'
@@ -402,7 +403,7 @@ extends:
402403
- task: EsrpCodeSigning@5
403404
displayName: Third Party Code Sign - MacOS
404405
inputs:
405-
ConnectedServiceName: 'oss-esrp-signing-v5-connection'
406+
ConnectedServiceName: 'oss-esrp-signing-devskim-v5-connection'
406407
AppRegistrationClientId: '8694c10c-c89d-4231-9dca-36cb80737ad0'
407408
AppRegistrationTenantId: '33e01921-4d64-4f8c-a055-5bdaffd5e33d'
408409
AuthAKVName: 'oss-signing-vault'
@@ -440,7 +441,7 @@ extends:
440441
- task: EsrpCodeSigning@5
441442
displayName: Third Party Code Sign - Windows
442443
inputs:
443-
ConnectedServiceName: 'oss-esrp-signing-v5-connection'
444+
ConnectedServiceName: 'oss-esrp-signing-devskim-v5-connection'
444445
AppRegistrationClientId: '8694c10c-c89d-4231-9dca-36cb80737ad0'
445446
AppRegistrationTenantId: '33e01921-4d64-4f8c-a055-5bdaffd5e33d'
446447
AuthAKVName: 'oss-signing-vault'
@@ -478,7 +479,7 @@ extends:
478479
- task: EsrpCodeSigning@5
479480
displayName: Third Party Code Sign - .NET Core App
480481
inputs:
481-
ConnectedServiceName: 'oss-esrp-signing-v5-connection'
482+
ConnectedServiceName: 'oss-esrp-signing-devskim-v5-connection'
482483
AppRegistrationClientId: '8694c10c-c89d-4231-9dca-36cb80737ad0'
483484
AppRegistrationTenantId: '33e01921-4d64-4f8c-a055-5bdaffd5e33d'
484485
AuthAKVName: 'oss-signing-vault'
@@ -518,7 +519,7 @@ extends:
518519
- task: EsrpCodeSigning@5
519520
displayName: Code Sign Nuget Packages
520521
inputs:
521-
ConnectedServiceName: 'oss-esrp-signing-v5-connection'
522+
ConnectedServiceName: 'oss-esrp-signing-devskim-v5-connection'
522523
AppRegistrationClientId: '8694c10c-c89d-4231-9dca-36cb80737ad0'
523524
AppRegistrationTenantId: '33e01921-4d64-4f8c-a055-5bdaffd5e33d'
524525
AuthAKVName: 'oss-signing-vault'

Pipelines/vs/devskim-visualstudio-pr.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)