We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d17ca2 + fcaec85 commit ba53205Copy full SHA for ba53205
.azure-pipelines/templates/windows/compile.yml
@@ -11,6 +11,13 @@ steps:
11
packageType: sdk
12
version: 3.1.x
13
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
+
21
- task: DotNetCoreCLI@2
22
displayName: Compile common code and Windows Helpers
23
inputs:
0 commit comments