-
Fantastic work on these Gradle plugins for MS-related tools and libraries. I'm using the `msbuild` plugin to great effect on a soon to be open-source library for Unity.
I'd like to integrate NUnit te…
-
I think I've stumbled upon a resolution error with the `XBuildResolver` code. I have Mono installed on OSX via Homebrew:
``` shell
$ brew info mono
mono: stable 4.2.0.179 (bottled)
Cross platform, op…
-
Hello, I tried to build phantomjs 2.1 in windows 8.1 64bit. I followed the build method in the document.
However, I encountered a problem:
.......
( if not exist Makefile.WebCore.DerivedSource…
-
Hello,
Firstly, thanks for this msbuild plugin.
I have an error when trying to launch my build file. Here it is :
buildscript {
repositories {
mavenCentral()
}
dependencies {
…
-
I have a project with the NUnit unit tests in a subdirectory (UnitTests). I am trying to create a multiproject build where the root solution gets built first and the UnitTest solution gets built and …
-
Hi,
I'm trying to build a very simple project with the sample build file provided.
`Could not find method assemblyInfoPatcher() for arguments [build_6ayt6vpk7zunfhrs63upg3ynr$_run_closure2@59e2a4]`
…
-
I want to create my dll-files in a folder of my choice, but even if I define destinationDir, they are always created in the default folder
My task looks as follows:
task createReleaseDllForWin32(type…
sinur updated
9 years ago
-
Please fill out this request form to add this awesome plugin to Open Source CI server: https://docs.google.com/spreadsheet/viewform?hl=en_US&formkey=dERWT1Nmc08tQ2RzV29aWElWdjg3amc6MQ#gid=0
If you wi…
-
Is there a known issue on osx where it fails to create the a task?
- What went wrong:
A problem occurred evaluating root project 'TxtToCsAndCpp'.
> Failed to apply plugin [id 'msbuild']
> Cou…
-
Hello,
I am using this plugin to build a Visual Studio C++ solution. This solution contains around 15 projects (vcxproj). I want to compile the whole solution so I set the "projectFile" and ignore th…