-
Notifications
You must be signed in to change notification settings - Fork 11
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
Converting projects to new msbuild #22
Conversation
I'd expect changes to the sln file, the tests and build. Did you have a look at this PR?OctopusDeploy/Halibut#31 |
I will @droyad, thanks |
724c78e
to
856d8c5
Compare
For some reason the build server doesn't seem to have any compatible agent! |
@johnsimons I changed the agent requirements to |
It didn't install as hoped
Thanks @matt-richardson So it looks like TC is looking in |
Sorry, just saw this convo. We should be using the |
@droyad Any idea why NUnit report is still being used - https://build.octopushq.com/viewLog.html?buildId=189335&buildTypeId=OctopusDeploy_LIbraries_Nevermore&tab=buildLog#_focus=104 ? |
@droyad regarding using |
I don't believe that is the case, link? |
That is not my understanding hence the move to csproj vs project.json, and msbuild.exe vs dotnet.exe and even ms converting msbuild to multi plat. anyway I think for now we are safe |
So do we disable the nunit test reporter in TC feature ? |
# Conflicts: # source/Nevermore.IntegrationTests/RelationalTransaction/LoadFixture.cs # source/Nevermore.IntegrationTests/project.json # source/Nevermore.Tests/QueryBuilderFixture/QueryBuilderFixture.cs
Had a go at doing the conversion, not sure what I missed!
@droyad can you review this ?