Skip to content

Commit 3cb49d0

Browse files
add nuget config for release pipeline (#173)
1 parent 0bc03ee commit 3cb49d0

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

Pipelines/recursive-extractor-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ extends:
4646
dotnetTestArgs: '-- --coverage --report-trx'
4747
includeNuGetOrg: false
4848
nugetFeedsToUse: 'config'
49-
nugetConfigPath: 'nuget.config.azure'
49+
nugetConfigPath: 'nuget.release.config'
5050
onInit:
5151
- task: NuGetAuthenticate@1
5252
- template: dotnet-test-job.yml@templates
@@ -60,7 +60,7 @@ extends:
6060
dotnetTestArgs: '-- --coverage --report-trx'
6161
includeNuGetOrg: false
6262
nugetFeedsToUse: 'config'
63-
nugetConfigPath: 'nuget.config.azure'
63+
nugetConfigPath: 'nuget.release.config'
6464
onInit:
6565
- task: NuGetAuthenticate@1
6666

@@ -79,7 +79,7 @@ extends:
7979
artifactName: 'lib-archive'
8080
includeNuGetOrg: false
8181
nugetFeedsToUse: 'config'
82-
nugetConfigPath: 'nuget.config.azure'
82+
nugetConfigPath: 'nuget.release.config'
8383
onInit:
8484
- task: NuGetAuthenticate@1
8585
preBuild:
@@ -95,7 +95,7 @@ extends:
9595
artifactName: 'cli-archive'
9696
includeNuGetOrg: false
9797
nugetFeedsToUse: 'config'
98-
nugetConfigPath: 'nuget.config.azure'
98+
nugetConfigPath: 'nuget.release.config'
9999
onInit:
100100
- task: NuGetAuthenticate@1
101101
preBuild:

nuget.release.config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<add key="Data_PublicPackages" value="https://pkgs.dev.azure.com/twcdot/Data/_packaging/Data_PublicPackages/nuget/v3/index.json" />
6+
</packageSources>
7+
</configuration>

0 commit comments

Comments
 (0)