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

Fix restore / build issue #214

Merged
merged 1 commit into from
Apr 26, 2018
Merged

Conversation

clairernovotny
Copy link

@clairernovotny clairernovotny commented Apr 26, 2018

Restore and build cannot be invoked at the same time. Restore must be done with a switch.

Description of Change

Fixes incorrect msbuild usage.

Describe your changes here.

Bugs Fixed

Provide links to issues here. Ensure that a GitHub issue was created for your feature or bug fix before sending PR.

API Changes

List all API changes here (or just put None), example:

Added:

  • string - string Class.Property { get; set; }
  • void Class.Method();

Changed:

  • object Cell.OldPropertyName => object Cell.NewPropertyName

Behavioral Changes

Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Has samples (if omitted, state reason in description)
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard
  • Updated documentation (see walkthrough)

Restore and build cannot be invoked at the same time. Restore must be done with a switch.
@dend
Copy link
Contributor

dend commented Apr 26, 2018

✅ Validation status: passed

File Status Preview URL Details
build.ps1 ✅Succeeded

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@jamesmontemagno
Copy link
Collaborator

build

@mattleibow mattleibow merged commit fded9d9 into xamarin:master Apr 26, 2018
@mattleibow mattleibow added this to the v1.0-preview-1 milestone Apr 26, 2018
@clairernovotny clairernovotny deleted the patch-1 branch April 26, 2018 12:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants