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

Add netci.groovy for CI jobs. #3

Closed
wants to merge 1 commit into from
Closed

Add netci.groovy for CI jobs. #3

wants to merge 1 commit into from

Conversation

codito
Copy link
Contributor

@codito codito commented Aug 9, 2016

No description provided.

@codito
Copy link
Contributor Author

codito commented Aug 9, 2016

@Microsoft/vstest @mmitche please review.

def newJobName = InternalUtilities.getFullJobName(project, configuration, isPR)

// Define your build/test strings here
def buildString = """call \"C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\Tools\\VsDevCmd.bat\" && build.cmd -c ${configuration}"""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Use %VS140COMNTOOLS%\\VsDevCmd.bat, rather than C:\\Program Files (x86)\Microsoft Visual Studio 14.0\\Common7\\Tools\\VsDevCmd.bat

@codito
Copy link
Contributor Author

codito commented Aug 12, 2016

This PR is zombied due to permissions change. Closing it in favor of #10. Will fix PR comments there.

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