Skip to content

[msbuild] Ensure the MainAssembly path is absolute - #1858

Merged
rolfbjarne merged 1 commit into
dotnet:d15-1from
emaf:d15-1
Mar 10, 2017
Merged

[msbuild] Ensure the MainAssembly path is absolute#1858
rolfbjarne merged 1 commit into
dotnet:d15-1from
emaf:d15-1

Conversation

@emaf

@emaf emaf commented Mar 9, 2017

Copy link
Copy Markdown
Contributor

Fixes bug #52758 (https://bugzilla.xamarin.com/show_bug.cgi?id=52758)

For appex the MainAssembly path should be absolute, since mtouch will generate a build-arguments.txt file that then will be used to build the extension in the same mtouch process than the container app. Due to this, if the path stored is relative mtouch won't be able to find the assembly.

Fixes bug #52758 (https://bugzilla.xamarin.com/show_bug.cgi?id=52758)

For appex the MainAssembly path should be absolute, since mtouch will generate a build-arguments.txt file that then will be used to build the extension in the same mtouch process than the container app. Due to this, if the path stored is relative mtouch won't be able to find the assembly.
@jstedfast

Copy link
Copy Markdown
Member

LGTM

@monojenkins

Copy link
Copy Markdown
Contributor

Build success

@rolfbjarne
rolfbjarne merged commit 49a63dc into dotnet:d15-1 Mar 10, 2017
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.

5 participants