Skip to content

Commit f48a21f

Browse files
committed
Added -y on choco install for one of the appveyor scripts
1 parent ceb0595 commit f48a21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitVersionCore/Configuration/Init/BuildServer/AppVeyorSetup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protected override StepResult HandleResult(string result, Queue<ConfigInitWizard
3131
void GenerateBasicConfig(string workingDirectory, IFileSystem fileSystem)
3232
{
3333
WriteConfig(workingDirectory, fileSystem, @"install:
34-
- choco install gitversion.portable -pre
34+
- choco install gitversion.portable -pre -y
3535
3636
before_build:
3737
- nuget restore

0 commit comments

Comments
 (0)