Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GitVersionConfig.yaml #219

Merged
merged 1 commit into from
Apr 12, 2016
Merged

Conversation

mauroservienti
Copy link
Member

@micdenny
Copy link
Member

don't know why the build failed, trying forcing a re-build of the PR

@micdenny micdenny self-assigned this Apr 11, 2016
@micdenny
Copy link
Member

Now the build error points out to git version, it can't connect to somewhere:

MSBUILD : error : Error occurred: System.Net.WebException: The remote server returned an error: (500) Internal Server Error. [C:\projects\radical\src\net35\Radical\Radical.csproj]
MSBUILD : error :    at System.Net.HttpWebRequest.GetResponse() [C:\projects\radical\src\net35\Radical\Radical.csproj]
MSBUILD : error :    at GitVersion.AppVeyor.GenerateSetVersionMessage(VersionVariables variables) [C:\projects\radical\src\net35\Radical\Radical.csproj]
MSBUILD : error :    at GitVersionTask.WriteVersionInfoToBuildLog.WriteIntegrationParameters(IEnumerable`1 applicableBuildServers, VersionVariables variables) [C:\projects\radical\src\net35\Radical\Radical.csproj]
MSBUILD : error :    at GitVersionTask.WriteVersionInfoToBuildLog.InnerExecute() [C:\projects\radical\src\net35\Radical\Radical.csproj]
MSBUILD : error :    at GitVersionTask.WriteVersionInfoToBuildLog.Execute() [C:\projects\radical\src\net35\Radical\Radical.csproj]
MSBUILD : error : Error occurred: System.Net.WebException: The remote server returned an error: (500) Internal Server Error. [C:\projects\radical\src\net40\Radical\Radical.csproj]
MSBUILD : error :    at System.Net.HttpWebRequest.GetResponse() [C:\projects\radical\src\net40\Radical\Radical.csproj]
MSBUILD : error :    at GitVersion.AppVeyor.GenerateSetVersionMessage(VersionVariables variables) [C:\projects\radical\src\net40\Radical\Radical.csproj]
MSBUILD : error :    at GitVersionTask.WriteVersionInfoToBuildLog.WriteIntegrationParameters(IEnumerable`1 applicableBuildServers, VersionVariables variables) [C:\projects\radical\src\net40\Radical\Radical.csproj]
MSBUILD : error :    at GitVersionTask.WriteVersionInfoToBuildLog.InnerExecute() [C:\projects\radical\src\net40\Radical\Radical.csproj]
MSBUILD : error :    at GitVersionTask.WriteVersionInfoToBuildLog.Execute() [C:\projects\radical\src\net40\Radical\Radical.csproj]
MSBUILD : error : Error occurred: System.Net.WebException: The remote server returned an error: (500) Internal Server Error. [C:\projects\radical\src\net45\Radical\Radical.csproj]
MSBUILD : error :    at System.Net.HttpWebRequest.GetResponse() [C:\projects\radical\src\net45\Radical\Radical.csproj]
MSBUILD : error :    at GitVersion.AppVeyor.GenerateSetVersionMessage(VersionVariables variables) [C:\projects\radical\src\net45\Radical\Radical.csproj]
MSBUILD : error :    at GitVersionTask.WriteVersionInfoToBuildLog.WriteIntegrationParameters(IEnumerable`1 applicableBuildServers, VersionVariables variables) [C:\projects\radical\src\net45\Radical\Radical.csproj]
MSBUILD : error :    at GitVersionTask.WriteVersionInfoToBuildLog.InnerExecute() [C:\projects\radical\src\net45\Radical\Radical.csproj]
MSBUILD : error :    at GitVersionTask.WriteVersionInfoToBuildLog.Execute() [C:\projects\radical\src\net45\Radical\Radical.csproj]

@micdenny
Copy link
Member

probably something related to the communication to appveyor GitVersion.AppVeyor.GenerateSetVersionMessage <-> GetResponse

@mauroservienti
Copy link
Member Author

I noticed that, I'll have a look at it tomorrow morning. I was building previously, so should be a connectivity issue. We'll see.

@mauroservienti
Copy link
Member Author

I don't know, seems to be a commit that is causing the issue, I just merged #220 and the build worked as expected. Should we try to merge this one and see what happens? Otherwise I can ping the GitVersion people and ask if they can have a look.

@micdenny
Copy link
Member

What about enabling high detailed log of appveyor and most important on gitversion if it has the option to do so

@mauroservienti
Copy link
Member Author

good point, I'll do.

@mauroservienti
Copy link
Member Author

build is now green, I've set it back to minimal verbosity, let's see.

@micdenny
Copy link
Member

ok now is building, so it was a temporary problem, strange anyway, I'm curious to know what it was, btw I can merge now.

do you want to remove the useless commit? do you know that now we can use the squash git feature also in github, to have a clean master history avoiding this kind of small/test commit, and push with a concise feature description.

@mauroservienti
Copy link
Member Author

yeah, squashed + force push. Building again, if green I'll merge.

@mauroservienti mauroservienti merged commit 1194b81 into develop Apr 12, 2016
@mauroservienti mauroservienti deleted the GitVersion-improvements branch April 12, 2016 09:04
@micdenny
Copy link
Member

great!

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants