X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:content-type
	:content-transfer-encoding:date:from:to:subject:reply-to
	:message-id; q=dns; s=default; b=PQpvtT8N6DOkgmSkt9WFRTPxIUPLrlF
	XPj1tnpAFExdoFibaZ6NbsCVJi13QbeqM7lC6TiIqQc7y66OzRZ/9m4NhTg13PAA
	t9cqFtFH/jiCs/N1ds83qm0ANdCZ4Qq09SMkHyzx80uRBILnsbSCmI5ZjB2HCxKX
	Gq9N7KqgtqW8=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:content-type
	:content-transfer-encoding:date:from:to:subject:reply-to
	:message-id; s=default; bh=nIjlgHnvmOUx6x6WjiPMB1EaeRQ=; b=O+YkF
	ntirblzZcslF27l42Er+gmac72aAQLMD/nnXNekPBLMb48XBVGhU3wId0hp/QfYr
	2Gv+WtKgto+V266lkKZmoQ6WmnO5TpvBQoPSKem3oiECZMbdivJBhzYp1LJ5H5uA
	xxf4UXmtGd3TkUJJVFsOYeuuFC1BhJXWOVphfE=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: lb2-smtp-cloud2.xs4all.net
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII; format=flowed
Content-Transfer-Encoding: 7bit
Date: Thu, 16 Jul 2015 16:54:28 +0200
From: Houder <houder@xs4all.nl>
To: cygwin@cygwin.com
Subject: Re: msbuild not being found
Reply-To: be67b137b9b14aa9a1f1132160f790c0@ntmaexbe03.bedford.progress.com
Mail-Reply-To: be67b137b9b14aa9a1f1132160f790c0@ntmaexbe03.bedford.progress.com
Message-ID: <0c746e3bec058da0d311207dcdf0b6bf@xs4all.nl>
X-Sender: houder@xs4all.nl (mACGrEJOzNsoWA08z26maQ==)
User-Agent: XS4ALL Webmail

> Hi,
> 
> I am seeing an issue when I run msbuild where I will get "msbuild: 
> command not found".

Invoke msbuild.exe in stead ... invocation of msbuild will not work, 
because there is a
directory msbuild.

Or: include the following in your .bashrc:

alias msbuild='MSBuild.exe -nologo'

Henri

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

