You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When "Update GitVersion" is checked in the TeamCity build step configuration, I am seeing two warning in the build log that seem to be coming from Chocolatey.
One warning says:
[14:23:19][Step 1/1] DEPRECATION NOTICE - choco update is deprecated and will be removed or
[14:23:19][Step 1/1] replaced in version 1.0.0 with something that performs the functions
[14:23:19][Step 1/1] of updating package indexes. Please use choco upgrade instead.
Another says:
[14:23:42][Step 1/1] WARNING: Write-ChocolateySuccess is deprecated. If you are the maintainer,
[14:23:42][Step 1/1] please remove it from your package file.
I have Chocolatey v0.9.9.12 (currently the latest) installed.
Here are these messages in their context:
[14:23:15][Step 1/1] Checking for updated version of GitVersion
[14:23:19][Step 1/1]
[14:23:19][Step 1/1] DEPRECATION NOTICE - choco update is deprecated and will be removed or
[14:23:19][Step 1/1] replaced in version 1.0.0 with something that performs the functions
[14:23:19][Step 1/1] of updating package indexes. Please use choco upgrade instead.
[14:23:19][Step 1/1] Upgrading the following packages:
[14:23:19][Step 1/1] gitversion.portable
[14:23:19][Step 1/1] By upgrading you accept licenses for the packages.
[14:23:23][Step 1/1] You have GitVersion.Portable v3.4.1 installed. Version 3.5.4 is available based on your source(s).
[14:23:31][Step 1/1]
[14:23:31][Step 1/1] GitVersion.Portable v3.5.4
[14:23:42][Step 1/1] Added C:\ProgramData\chocolatey\bin\gfv.exe shim pointed to '..\lib\gitversion.portable\tools\gitversion.exe'.
[14:23:42][Step 1/1] WARNING: Write-ChocolateySuccess is deprecated. If you are the maintainer,
[14:23:42][Step 1/1] please remove it from your package file.
[14:23:44][Step 1/1] ShimGen has successfully created a shim for GitVersion.exe
[14:23:44][Step 1/1] The upgrade of gitversion.portable was successful.
[14:23:44][Step 1/1]
[14:23:44][Step 1/1] Chocolatey upgraded 1/1 package(s). 0 package(s) failed.
[14:23:44][Step 1/1] See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
The text was updated successfully, but these errors were encountered:
When "Update GitVersion" is checked in the TeamCity build step configuration, I am seeing two warning in the build log that seem to be coming from Chocolatey.
One warning says:
Another says:
I have Chocolatey v0.9.9.12 (currently the latest) installed.
Here are these messages in their context:
The text was updated successfully, but these errors were encountered: