Skip to content

Commit c3948be

Browse files
committed
Work CI-CD
- Update to new version of update template. ***NO_CI***
1 parent b29a86b commit c3948be

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ resources:
3333
name: nanoframework/nf-tools
3434
endpoint: nanoframework
3535

36+
variables:
37+
- name: nugetPackageName
38+
value: 'nanoFramework.DependencyInjection'
39+
- name: DOTNET_NOLOGO
40+
value: true
41+
3642
jobs:
3743

3844
##############################
@@ -50,16 +56,12 @@ jobs:
5056

5157
variables:
5258
- group: sign-client-credentials
53-
- name: DOTNET_NOLOGO
54-
value: true
5559
- name: buildPlatform
5660
value: 'Any CPU'
5761
- name: buildConfiguration
5862
value: 'Release'
5963
- name: solution
6064
value: 'nanoFramework.DependencyInjection.sln'
61-
- name: nugetPackageName
62-
value: 'nanoFramework.DependencyInjection'
6365

6466
steps:
6567

@@ -89,9 +91,6 @@ jobs:
8991
pool:
9092
vmImage: 'windows-latest'
9193

92-
variables:
93-
DOTNET_NOLOGO: true
94-
9594
steps:
9695
# need this here in order to persist GitHub credentials
9796
- checkout: self
@@ -100,7 +99,7 @@ jobs:
10099
# update dependents
101100
- template: azure-pipelines-templates/update-dependents.yml@templates
102101
parameters:
103-
waitBeforeUpdate: ${{ not(eq(variables['UPDATE_DEPENDENTS'], 'true')) }}
102+
packageName: '$(nugetPackageName)'
104103
repositoriesToUpdate: |
105104
nanoFramework.Hosting
106105

0 commit comments

Comments
 (0)