Skip to content

Commit 6fb8f07

Browse files
move PR pipeline to microsoft-sdl org
1 parent e421b5a commit 6fb8f07

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

Pipelines/recursive-extractor-pr.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Azure Pipelines
2-
# https://aka.ms/yaml
3-
41
name: RecursiveExtractor_PR_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
52
trigger: none
63
pr:
@@ -12,7 +9,7 @@ resources:
129
repositories:
1310
- repository: templates
1411
type: git
15-
name: SecurityEngineering/OSS-Tools-Pipeline-Templates
12+
name: microsoft-sdl/OSS-Tools-Pipeline-Templates
1613
ref: refs/tags/v2.0.4
1714
- repository: 1esPipelines
1815
type: git
@@ -48,9 +45,10 @@ extends:
4845
dotnetTestArgs: '-- --coverage --report-trx'
4946
includeNuGetOrg: false
5047
nugetFeedsToUse: 'config'
51-
nugetConfigPath: 'nuget.config.azure'
48+
nugetConfigPath: 'nuget.config'
5249
onInit:
5350
- task: NuGetAuthenticate@1
51+
5452
- template: dotnet-test-job.yml@templates
5553
parameters:
5654
jobName: 'cli_dotnet_test_windows'
@@ -62,7 +60,7 @@ extends:
6260
dotnetTestArgs: '-- --coverage --report-trx'
6361
includeNuGetOrg: false
6462
nugetFeedsToUse: 'config'
65-
nugetConfigPath: 'nuget.config.azure'
63+
nugetConfigPath: 'nuget.config'
6664
onInit:
6765
- task: NuGetAuthenticate@1
6866

@@ -81,11 +79,12 @@ extends:
8179
artifactName: 'lib-archive'
8280
includeNuGetOrg: false
8381
nugetFeedsToUse: 'config'
84-
nugetConfigPath: 'nuget.config.azure'
82+
nugetConfigPath: 'nuget.config'
8583
onInit:
8684
- task: NuGetAuthenticate@1
8785
preBuild:
8886
- template: nbgv-set-version-steps.yml@templates
87+
8988
- template: nuget-build-job.yml@templates
9089
parameters:
9190
jobName: 'pack_cli'
@@ -97,7 +96,7 @@ extends:
9796
artifactName: 'cli-archive'
9897
includeNuGetOrg: false
9998
nugetFeedsToUse: 'config'
100-
nugetConfigPath: 'nuget.config.azure'
99+
nugetConfigPath: 'nuget.config'
101100
onInit:
102101
- task: NuGetAuthenticate@1
103102
preBuild:

nuget.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="PublicRegistriesFeed" value="https://twcsecurityassurance.pkgs.visualstudio.com/SecurityEngineering/_packaging/PublicRegistriesFeed/nuget/v3/index.json" />
5+
<add key="PublicRegistriesFeed" value="https://pkgs.dev.azure.com/microsoft-sdl/General/_packaging/PublicRegistriesFeed/nuget/v3/index.json" />
66
</packageSources>
77
</configuration>

0 commit comments

Comments
 (0)