Skip to content

Commit 87d2e15

Browse files
author
maddieclayton
authored
Fix documentation link
1 parent 0d0c66e commit 87d2e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/Repo-Tasks-Module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
3. As long as you have exported all the functions that you need from your ps1 file using export-modulemember -function <name of function>. We deliberately do this to avoid polluting list of commands available (when you use Get-Command)
1111
3. Currently Repo-Tasks module supports following tasks:
1212
1. Set-TestEnvironment
13-
1. Will allow you create a test connection string required to setup test environment in order to run tests. More information about Test environment can be found [here](https://github.com/Azure/azure-powershell/blob/dev/documentation/Using-Azure-TestFramework.md "here")
13+
1. Will allow you create a test connection string required to setup test environment in order to run tests. More information about Test environment can be found [here](https://github.com/Azure/azure-powershell/blob/preview/documentation/Using-Azure-TestFramework.md "here")
1414
2. Start-Build
1515
1. Will allow you to kick off full build
1616
2. Or will allow you build for a particular scope (e.g. Start-Build -BuildScope ResourceManagment\Compute)

0 commit comments

Comments
 (0)