Skip to content

Commit ba53205

Browse files
authored
Merge pull request #106 from mjcheetham/fix-winbuild
Workaround Azure Pipelines build bug
2 parents 9d17ca2 + fcaec85 commit ba53205

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.azure-pipelines/templates/windows/compile.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ steps:
1111
packageType: sdk
1212
version: 3.1.x
1313

14+
- task: DotNetCoreCLI@2
15+
displayName: Restore packages
16+
inputs:
17+
command: restore
18+
projects: 'Git-Credential-Manager.sln'
19+
arguments: '--configuration=Windows$(configuration)'
20+
1421
- task: DotNetCoreCLI@2
1522
displayName: Compile common code and Windows Helpers
1623
inputs:

0 commit comments

Comments
 (0)