Skip to content

Commit 8d27e92

Browse files
committed
Fixing copy edits
1 parent 796aa50 commit 8d27e92

3 files changed

+10
-11
lines changed

mac/building-and-cleaning-projects-and-solutions.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ ms.topic: article
88
ms.assetid: E4B6CB42-9FE2-43B9-93B7-BD4BD50518B1
99
---
1010

11-
# Building and Cleaning Projects and Solutions
11+
# Building and cleaning projects and solutions
1212

1313
Follow the steps in this topic to learn how to build, rebuilt, and clean your solution and project.
1414

1515
## To build, rebuild, or clean an entire solution
1616

17+
To build, rebuild, or clean an entire solution:
18+
1719
1. Select the Solution node in the Solution Pad:
1820

1921
![](media/compiling-and-building-image1.png)
@@ -22,9 +24,9 @@ Follow the steps in this topic to learn how to build, rebuilt, and clean your so
2224

2325
![](media/compiling-and-building-image2.png)
2426

25-
* **Build All** – Attempts to build all files within project that have changed since the most recent build.
26-
* **Rebuild All** – Cleans the Solution and then builds it.
27-
* **Clean All** – Removes all build products from your solution
27+
* **Build All** – Attempts to build all files within project that have changed within the project since the most recent build.
28+
* **Rebuild All** – Cleans the solution and then builds it.
29+
* **Clean All** – Removes all build products from your solution.
2830

2931

3032

mac/compiling-and-building.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ ms.topic: article
88
ms.assetid: FB253757-DB00-4889-A6BF-E44722E25BD1
99
---
1010

11-
# Compiling and Building in Visual Studio for Mac
11+
# Compiling and building in Visual Studio for Mac
1212

13-
Visual Studio for Mac can be used to basic explanation of compiling and building
14-
advantages of compiling and building
13+
Visual Studio for Mac can be used to build applications and create assemblies during the development of your project. It's important to compile and build your code early and often so that you can identify type mismatches and other compile-time errors.
1514

16-
## Choosing a Build method:
15+
## Choosing a build method:
1716

1817
### Using the IDE
1918

mac/set-up-git-repository.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ To set up a Git repository, execute the following steps:
5151

5252
![Attempt to publish project to git](media/version-control-git7.png)
5353

54-
9. Click **Okay**, and then **Publish** from the alert dialog:
55-
56-
![Start Publishing dialog](media/version-control-git8-sml.png)
54+
9. Click **Okay**, and then **Publish** from the alert dialog.
5755

5856
10. If you have not already entered your Git credentials in Visual Studio for Mac preferences, enter them now. First, you need to create an Access Token, which is used in place of a password. Follow the steps in the Git [Access Token](https://help.github.com/articles/creating-an-access-token-for-command-line-use/) documentation to do this.
5957

0 commit comments

Comments
 (0)