Skip to content

Commit 896dfd9

Browse files
committed
we have no nuget dependencies but build fails without a restore for some reason.
1 parent e8caaaf commit 896dfd9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ steps:
6969
inputs:
7070
script: choco install -y ags --version=3.5.0.23
7171

72+
- task: NuGetCommand@2
73+
condition: eq( variables['Agent.OS'], 'Windows_NT' )
74+
inputs:
75+
command: 'restore'
76+
restoreSolution: 'agsget/agsget/EditorPlugin/AGS.Plugin.AgsGet.sln'
77+
7278
- task: VSBuild@1
7379
condition: eq( variables['Agent.OS'], 'Windows_NT' )
7480
inputs:

0 commit comments

Comments
 (0)