Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 75020c6

Browse files
committed
NuGet restore GitHubVS.sln and GitHub.VisualStudio.16.sln
1 parent 1ec5105 commit 75020c6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,12 @@ steps:
3030
# nugetConfigPath: nuget.config
3131

3232
# Instead run nuget manually.
33-
- script: tools\nuget\nuget.exe restore
34-
displayName: NuGet restore
33+
34+
- script: tools\nuget\nuget.exe restore GitHubVS.sln
35+
displayName: NuGet restore GitHubVS.sln
36+
37+
- script: tools\nuget\nuget.exe restore src\GitHub.VisualStudio.16.sln
38+
displayName: NuGet restore src\GitHub.VisualStudio.16.sln
3539

3640
# Ideally we'd run NerdBank.GitVersioning but that will come later. For now bump the
3741
# version with the azure BuildId

0 commit comments

Comments
 (0)