We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444bba9 commit d66f0caCopy full SHA for d66f0ca
2 files changed
azure-pipelines.yml
@@ -10,7 +10,7 @@ resources:
10
11
variables:
12
# Container registry service connection established during pipeline creation
13
- dockerRegistryServiceConnection: '408a6f09-68d4-43cb-8155-ae1316d97331'
+ dockerRegistryServiceConnection: 'd61fa10a-3cd7-43b2-8d3a-dd9768dea8d7'
14
imageRepository: 'perfectparallelunitynuget'
15
containerRegistry: 'tmgolf.azurecr.io'
16
dockerfilePath: '$(Build.SourcesDirectory)/Dockerfile'
registry.json
@@ -166,6 +166,10 @@
166
"listed": true,
167
"version": "1.4.0"
168
},
169
+ "System.Diagnostics.DiagnosticSource": {
170
+ "listed": true,
171
+ "version": "[8.0.2,)"
172
+ },
173
"System.Memory": {
174
175
"version": "4.4.0"
0 commit comments