We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a181f3 commit 7572a3dCopy full SHA for 7572a3d
azure-pipelines.yml
@@ -32,6 +32,10 @@ resources:
32
type: github
33
name: nanoframework/nf-tools
34
endpoint: nanoframework
35
+ - repository: unitsnet
36
+ type: github
37
+ name: angularsen/UnitsNet
38
+ endpoint: nanoframework
39
40
variables:
41
- name: nugetPackageName
@@ -101,6 +105,10 @@ jobs:
101
105
fetchDepth: 1
102
106
persistCredentials: true
103
107
108
+ - checkout: unitsnet
109
+ fetchDepth: 1
110
+ persistCredentials: true
111
+
104
112
# update dependents
113
# use this to make sure nuget package is published
114
- template: azure-pipelines-templates/update-dependents.yml@templates
0 commit comments