@@ -261,7 +261,7 @@ Task -Name __InstallChocolatey -Description $private -Action {
261
261
}
262
262
263
263
exec {
264
- Invoke-Expression " $script :chocolateyCommand upgrade chocolatey" ;
264
+ Invoke-Expression " $script :chocolateyCommand upgrade chocolatey -y " ;
265
265
}
266
266
267
267
Write-Output " Latest Chocolatey installed."
@@ -315,7 +315,7 @@ Task -Name __UpdateReSharperCommandLineTools -Description $private -Action {
315
315
Write-Output " Running Upgrade Command Line Tools..."
316
316
317
317
exec {
318
- Invoke-Expression " $script :chocolateyCommand upgrade resharper-clt" ;
318
+ Invoke-Expression " $script :chocolateyCommand upgrade resharper-clt -y " ;
319
319
}
320
320
321
321
Write-Output (" ************ Upgrade Command Line Tools Successful ************" )
@@ -376,7 +376,7 @@ Task -Name __UpdateGitVersion -Description $private -Action {
376
376
Write-Output " Running Upgrade GitVersion.Portable..."
377
377
378
378
exec {
379
- Invoke-Expression " $script :chocolateyCommand upgrade GitVersion.Portable" ;
379
+ Invoke-Expression " $script :chocolateyCommand upgrade GitVersion.Portable -y " ;
380
380
}
381
381
382
382
Write-Output (" ************ Upgrade GitVersion.Portable Successful ************" )
@@ -574,7 +574,7 @@ Task -Name RunCodeCoverage -Description "Use OpenCover, NUnit and Coveralls to a
574
574
575
575
exec {
576
576
Write-Output " Running OpenCover..." ;
577
- & $openCoverExe - target:$nunitConsoleExe - targetargs:" $buildArtifactsDirectory \GitHubReleaseManager.Tests.dll /noshadow /nologo" - filter:" +[GitHubReleaseManager]GitHubReleaseManager*" - excludebyattribute:" System.CodeDom.Compiler.GeneratedCodeAttribute" - register:user - output:" $buildArtifactsDirectory \coverage.xml" ;
577
+ & $openCoverExe - target:$nunitConsoleExe - targetargs:` "$buildArtifactsDirectory \GitHubReleaseManager.Tests.dll / noshadow / nologo` " - filter:` "+ [GitHubReleaseManager ]GitHubReleaseManager* ` " - excludebyattribute:` " System.CodeDom.Compiler.GeneratedCodeAttribute` " - register:user - output:` "$buildArtifactsDirectory \coverage.xml` " ;
578
578
Write-Output " OpenCover Complete" ;
579
579
580
580
Write-Output " Running ReportGenerator..." ;
0 commit comments