Skip to content

Commit d66f0ca

Browse files
committed
Adds System.Diagnostics.DiagnosticSource
1 parent 444bba9 commit d66f0ca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resources:
1010

1111
variables:
1212
# Container registry service connection established during pipeline creation
13-
dockerRegistryServiceConnection: '408a6f09-68d4-43cb-8155-ae1316d97331'
13+
dockerRegistryServiceConnection: 'd61fa10a-3cd7-43b2-8d3a-dd9768dea8d7'
1414
imageRepository: 'perfectparallelunitynuget'
1515
containerRegistry: 'tmgolf.azurecr.io'
1616
dockerfilePath: '$(Build.SourcesDirectory)/Dockerfile'

registry.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@
166166
"listed": true,
167167
"version": "1.4.0"
168168
},
169+
"System.Diagnostics.DiagnosticSource": {
170+
"listed": true,
171+
"version": "[8.0.2,)"
172+
},
169173
"System.Memory": {
170174
"listed": true,
171175
"version": "4.4.0"

0 commit comments

Comments
 (0)