Skip to content

Commit 0513aac

Browse files
authored
Merge pull request #1798 from PowerShell/alerickson-patch-1
Update README.md
2 parents 5de7cbe + 009160c commit 0513aac

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

README.md

+14-17
Original file line numberDiff line numberDiff line change
@@ -52,25 +52,22 @@ Please use the [PowerShell Gallery](https://www.powershellgallery.com) to get th
5252

5353
### Build the project
5454

55-
```powershell
56-
# Build for the net472 framework
57-
PS C:\Repos\PSResourceGet> .\build.ps1 -Clean -Build -BuildConfiguration Debug -BuildFramework net472
58-
59-
# Build for the netstandard2.0 framework
60-
PS C:\Repos\PSResourceGet> .\build.ps1 -Clean -Build -BuildConfiguration Debug -BuildFramework netstandard2.0
61-
```
62-
63-
### Publish the module to a local repository
64-
=======
65-
* Run functional tests
55+
Note: Please ensure you have the exact version of the .NET SDK installed. The current version can be found in the [global.json](https://github.com/PowerShell/PSResourceGet/blob/master/global.json) and installed from the [.NET website](https://dotnet.microsoft.com/en-us/download).
56+
```powershell
57+
# Build for the net472 framework
58+
PS C:\Repos\PSResourceGet> .\build.ps1 -Clean -Build -BuildConfiguration Debug -BuildFramework net472
59+
```
6660

67-
```powershell
68-
PS C:\Repos\PSResourceGet> Invoke-Pester
69-
```
61+
### Run functional tests
7062

71-
```powershell
72-
PS C:\Repos\PSResourceGet> Invoke-Pester <file-name>
73-
```
63+
* Run all tests
64+
```powershell
65+
PS C:\Repos\PSResourceGet> Invoke-Pester
66+
```
67+
* Run an individual test
68+
```powershell
69+
PS C:\Repos\PSResourceGet> Invoke-Pester <file-name>
70+
```
7471

7572
### Import the built module into a new PowerShell session
7673

0 commit comments

Comments
 (0)