Skip to content

Commit 27c4641

Browse files
Work CI-CD (#198)
***NO_CI***
1 parent a59f518 commit 27c4641

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -195,20 +195,6 @@ jobs:
195195
git config --global user.name "nfbot"
196196
displayName: Setup git identity
197197
198-
- template: azure-pipelines-templates/install-nuget.yml@templates
199-
200-
- task: UseDotNet@2
201-
displayName: Install .NET SDK
202-
condition: >-
203-
and(
204-
succeeded(),
205-
eq(variables['UPDATE_DEPENDENTS'], 'false')
206-
)
207-
inputs:
208-
packageType: sdk
209-
version: 6.x
210-
performMultiLevelLookup: true
211-
212198
# only required when updating dependents
213199
- script: nbgv cloud -a -c
214200
condition: >-

0 commit comments

Comments
 (0)