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

Commit

Permalink
fix(test): update path to source file
Browse files Browse the repository at this point in the history
  • Loading branch information
fakhrulhilal committed May 27, 2018
1 parent 8a39eba commit db07a95
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GitDownloader/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 0,
"Minor": 3,
"Patch": 2
"Patch": 3
},
"instanceNameFormat": "Fetch git: $(RepositoryUrl)",
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion tests/GitCommand.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
. "$PSScriptRoot\..\src\GitDownloader.ps1"
. "$PSScriptRoot\..\GitDownloader\GitDownloader.ps1"

Describe 'Current branch/tag' {
If ((Get-Command -Name git -CommandType Application -ErrorAction Ignore) -eq $null) {
Expand Down
2 changes: 1 addition & 1 deletion tests/MainScript.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
. "$PSScriptRoot\..\src\GitDownloader.ps1"
. "$PSScriptRoot\..\GitDownloader\GitDownloader.ps1"

Describe 'Save git repository' {
If ((Get-Command -Name git -CommandType Application -ErrorAction Ignore) -eq $null) {
Expand Down
2 changes: 1 addition & 1 deletion tests/VstsHelper.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
. "$PSScriptRoot\..\src\GitDownloader.ps1"
. "$PSScriptRoot\..\GitDownloader\GitDownloader.ps1"

Describe 'Default git URI' {
$FakeVstsUri = 'https://account.visualstudio.com/'
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "GitDownloader",
"name": "Git Repository Downloader",
"version": "0.3.2",
"version": "0.3.3",
"publisher": "fakhrulhilal-maktum",
"targets": [
{
Expand Down

0 comments on commit db07a95

Please sign in to comment.