Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Update XamlCTask.cs
Browse files Browse the repository at this point in the history
Whoops!
  • Loading branch information
jonathanpeppers committed Sep 11, 2019
1 parent 14ed824 commit 6519955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xamarin.Forms.Build.Tasks/XamlCTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public override bool Execute(out IList<Exception> thrownExceptions)
var readerParameters = new ReaderParameters {
AssemblyResolver = resolver,
ReadWrite = !ValidateOnly,
ReadSymbols = debug && !ValidateOnly, // We don't need symbols for ReadOnly, since we won't be writing
ReadSymbols = debug && !ValidateOnly, // We don't need symbols for ValidateOnly, since we won't be writing
};

using (var assemblyDefinition = AssemblyDefinition.ReadAssembly(Path.GetFullPath(Assembly),readerParameters)) {
Expand Down

0 comments on commit 6519955

Please sign in to comment.