Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions Pipelines/recursive-extractor-pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Azure Pipelines
# https://aka.ms/yaml

name: RecursiveExtractor_PR_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
trigger: none
pr:
Expand All @@ -12,7 +9,7 @@ resources:
repositories:
- repository: templates
type: git
name: SecurityEngineering/OSS-Tools-Pipeline-Templates
name: microsoft-sdl/OSS-Tools-Pipeline-Templates
ref: refs/tags/v2.0.4
- repository: 1esPipelines
type: git
Expand Down Expand Up @@ -48,9 +45,10 @@ extends:
dotnetTestArgs: '-- --coverage --report-trx'
includeNuGetOrg: false
nugetFeedsToUse: 'config'
nugetConfigPath: 'nuget.config.azure'
nugetConfigPath: 'nuget.config'
onInit:
- task: NuGetAuthenticate@1

- template: dotnet-test-job.yml@templates
parameters:
jobName: 'cli_dotnet_test_windows'
Expand All @@ -62,7 +60,7 @@ extends:
dotnetTestArgs: '-- --coverage --report-trx'
includeNuGetOrg: false
nugetFeedsToUse: 'config'
nugetConfigPath: 'nuget.config.azure'
nugetConfigPath: 'nuget.config'
onInit:
- task: NuGetAuthenticate@1

Expand All @@ -81,11 +79,12 @@ extends:
artifactName: 'lib-archive'
includeNuGetOrg: false
nugetFeedsToUse: 'config'
nugetConfigPath: 'nuget.config.azure'
nugetConfigPath: 'nuget.config'
onInit:
- task: NuGetAuthenticate@1
preBuild:
- template: nbgv-set-version-steps.yml@templates

- template: nuget-build-job.yml@templates
parameters:
jobName: 'pack_cli'
Expand All @@ -97,7 +96,7 @@ extends:
artifactName: 'cli-archive'
includeNuGetOrg: false
nugetFeedsToUse: 'config'
nugetConfigPath: 'nuget.config.azure'
nugetConfigPath: 'nuget.config'
onInit:
- task: NuGetAuthenticate@1
preBuild:
Expand Down
7 changes: 7 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="PublicRegistriesFeed" value="https://pkgs.dev.azure.com/microsoft-sdl/General/_packaging/PublicRegistriesFeed/nuget/v3/index.json" />
</packageSources>
</configuration>
7 changes: 0 additions & 7 deletions nuget.config.azure

This file was deleted.