Skip to content

Commit 7572a3d

Browse files
committed
Work CI-CD
- Checkout of UnitsNet repo is now performed in main AZDO yaml. ***NO_CI***
1 parent 5a181f3 commit 7572a3d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ resources:
3232
type: github
3333
name: nanoframework/nf-tools
3434
endpoint: nanoframework
35+
- repository: unitsnet
36+
type: github
37+
name: angularsen/UnitsNet
38+
endpoint: nanoframework
3539

3640
variables:
3741
- name: nugetPackageName
@@ -101,6 +105,10 @@ jobs:
101105
fetchDepth: 1
102106
persistCredentials: true
103107

108+
- checkout: unitsnet
109+
fetchDepth: 1
110+
persistCredentials: true
111+
104112
# update dependents
105113
# use this to make sure nuget package is published
106114
- template: azure-pipelines-templates/update-dependents.yml@templates

0 commit comments

Comments
 (0)