Skip to content

Commit 3f0ca7f

Browse files
committed
Attempt to fix build on Azure DevOps
1 parent 89cc816 commit 3f0ca7f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,16 @@ variables:
1212
buildConfiguration: 'Release'
1313

1414
steps:
15+
- task: DotNetCoreCLI@2
16+
displayName: 'dotnet info'
17+
inputs:
18+
command: custom
19+
custom: '--info'
20+
1521
- task: NuGetToolInstaller@0
22+
displayName: 'Use NuGet 4.4.1'
23+
inputs:
24+
versionSpec: 4.4.1
1625

1726
- task: NuGetCommand@2
1827
inputs:

0 commit comments

Comments
 (0)