Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
GeneralRe: Read specific bytes continually from a file Pin
Patrice T15-Apr-16 19:52
mvePatrice T15-Apr-16 19:52 
GeneralRe: Read specific bytes continually from a file Pin
Pete O'Hanlon16-Apr-16 2:09
mvePete O'Hanlon16-Apr-16 2:09 
AnswerRe: Read specific bytes continually from a file Pin
leon de boer15-Apr-16 15:46
leon de boer15-Apr-16 15:46 
AnswerRe: Read specific bytes continually from a file Pin
Patrice T15-Apr-16 20:04
mvePatrice T15-Apr-16 20:04 
QuestionInitiate properties at the creation of the object. Pin
Gilbert Consellado15-Apr-16 0:14
professionalGilbert Consellado15-Apr-16 0:14 
AnswerRe: Initiate properties at the creation of the object. Pin
Pete O'Hanlon15-Apr-16 0:36
mvePete O'Hanlon15-Apr-16 0:36 
QuestionJenkins (+MSBuild) not building my .specs dll (just building the start up project) Pin
Alaric_14-Apr-16 10:19
professionalAlaric_14-Apr-16 10:19 
AnswerRe: Jenkins (+MSBuild) not building my .specs dll (just building the start up project) Pin
Alaric_14-Apr-16 11:02
professionalAlaric_14-Apr-16 11:02 
Awww...son of a crap. No idea how this happened, but Jenkins was generating falsely succeeding builds. This is an "old new" ci server (early in the config but I haven't visited it in 8 or 9 months)

I had installed the MSBuild plug in but hadn't handled the config bug (you have to configure the job with the folder specified in the plug-in sans executable, but you have to go back and edit the value to point the agent to the actual executable) I also had forgotten to specify my MSBuild Agent in the project's job, but the build was succeeding on checkin. I have no idea how Jenkins was using MSBuild to build when I hadn't pointed the MSBuild plugin to the executable, but fixing this fixed the problem.

C#
C:/server.ci/baz.inga/baz.inga.resources.sln
/t:build /p:PlatformTarget=x86 /p:Configuration=Release


...and everything builds just fine.

When did Jenkins start building MSBuild straight out of the box?

...In fact, when did it start checking out of a git repository with no polling trigger?

These were what really confused me.
"I need build Skynet. Plz send code"

GeneralHow to kill app that has the same name as the current one? Pin
Nemo196614-Apr-16 8:09
Nemo196614-Apr-16 8:09 
GeneralRe: How to kill app that has the same name as the current one? Pin
Eddy Vluggen14-Apr-16 8:22
professionalEddy Vluggen14-Apr-16 8:22 
GeneralRe: How to kill app that has the same name as the current one? Pin
Dave Kreskowiak14-Apr-16 8:23
mveDave Kreskowiak14-Apr-16 8:23 
GeneralRe: How to kill app that has the same name as the current one? Pin
OriginalGriff14-Apr-16 8:35
mveOriginalGriff14-Apr-16 8:35 
GeneralRe: How to kill app that has the same name as the current one? Pin
Nemo196614-Apr-16 8:59
Nemo196614-Apr-16 8:59 
GeneralRe: How to kill app that has the same name as the current one? Pin
Dave Kreskowiak14-Apr-16 9:29
mveDave Kreskowiak14-Apr-16 9:29 
GeneralRe: How to kill app that has the same name as the current one? Pin
OriginalGriff14-Apr-16 20:22
mveOriginalGriff14-Apr-16 20:22 
QuestionDB2 Load command with LOBS not loading full records Pin
Tej_dev14-Apr-16 7:46
Tej_dev14-Apr-16 7:46 
AnswerRe: DB2 Load command with LOBS not loading full records Pin
Chris Quinn14-Apr-16 21:11
Chris Quinn14-Apr-16 21:11 
Questionselenium sendkeys Pin
Jonahweird14-Apr-16 7:34
Jonahweird14-Apr-16 7:34 
AnswerRe: selenium sendkeys Pin
Dave Kreskowiak14-Apr-16 8:01
mveDave Kreskowiak14-Apr-16 8:01 
GeneralRe: selenium sendkeys Pin
Jonahweird14-Apr-16 8:12
Jonahweird14-Apr-16 8:12 
GeneralRe: selenium sendkeys Pin
Dave Kreskowiak14-Apr-16 8:19
mveDave Kreskowiak14-Apr-16 8:19 
GeneralRe: selenium sendkeys Pin
Jonahweird14-Apr-16 8:26
Jonahweird14-Apr-16 8:26 
GeneralRe: selenium sendkeys Pin
Dave Kreskowiak14-Apr-16 8:35
mveDave Kreskowiak14-Apr-16 8:35 
GeneralRe: selenium sendkeys Pin
Jonahweird14-Apr-16 8:39
Jonahweird14-Apr-16 8:39 
GeneralRe: selenium sendkeys Pin
Dave Kreskowiak14-Apr-16 9:24
mveDave Kreskowiak14-Apr-16 9:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.