Skip to content

Commit 7afeb6f

Browse files
authored
Merge pull request #153 from EventTriangle/AZ400-338
AZ400-338. Add nuget config for Event Triangle
2 parents 50154e0 + 4c615b4 commit 7afeb6f

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ and this project adheres to [Semantic Versioning v2.0.0](https://semver.org/spec
3434
- Fix the error Unable to unprotect the message.State.
3535
- ArgoCD initial config
3636
- ArgoCD application manifest
37+
- Add nuget.config

build/templates/docker-build-push-jobs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
command: 'restore'
102102
projects: '${{ parameters.solution }}'
103103
arguments: '--verbosity minimal'
104+
nugetConfigPath: 'nuget.config'
104105

105106
- task: DotNetCoreCLI@2
106107
displayName: 'Build solution'

nuget.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="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
6+
</packageSources>
7+
</configuration>

0 commit comments

Comments
 (0)