Skip to content

Commit 4684a1a

Browse files
committed
Work CI-CD
- Add retry parameter to nuget restore AZDO task (was failing randomly and a retry fixes it). - Remove github action for PR checks (isn't useful because POC solutions are always one version behind). ***NO_CI***
1 parent 3620f48 commit 4684a1a

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

.github/workflows/pr-checks.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,15 @@ jobs:
119119

120120
- task: NuGetCommand@2
121121
displayName: NuGet restore Test Adapter
122+
retryCountOnTaskFailure: 2
122123
inputs:
123124
restoreSolution: 'nanoFramework.TestAdapter.sln'
124125
feedsToUse: config
125126
nugetConfigPath: 'NuGet.config'
126127

127128
- task: NuGetCommand@2
128129
displayName: NuGet restore Test Framework
130+
retryCountOnTaskFailure: 2
129131
inputs:
130132
restoreSolution: 'nanoFramework.TestFramework.sln'
131133
feedsToUse: config

0 commit comments

Comments
 (0)