Skip to content

Commit e34ff81

Browse files
Ori Levariryanlai2
authored andcommitted
change nuget restore tasks just to a simple restore of everything in the repository (#199)
1 parent 6546c83 commit e34ff81

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

azure-pipelines-samples.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,7 @@ steps:
6363
condition: succeededOrFailed()
6464

6565
- task: NuGetCommand@2
66-
displayName: 'NuGet restore samples dependencies'
67-
inputs:
68-
restoreSolution: winml/samples/public/WinMLGithub/Samples/**/*.sln
69-
condition: succeededOrFailed()
70-
71-
- task: NuGetCommand@2
72-
displayName: 'NuGet restore test dependencies'
73-
inputs:
74-
restoreSolution: winml/samples/public/WinMLGithub/Testing/**/SamplesTest.sln
66+
displayName: 'NuGet restore'
7567
condition: succeededOrFailed()
7668

7769
- task: VSBuild@1

0 commit comments

Comments
 (0)