Skip to content

Commit fcac900

Browse files
committed
AppVeyor Update
1 parent 478c965 commit fcac900

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

Tests/Citrix.Optimizer.Template.General.tests.ps1

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
BeforeAll {
22

3-
# AppVeyor Testing
4-
$projectRoot = "C:\projects\citrixoptimizerautomation"
5-
6-
# Local Testing
7-
# $projectRoot = "./"
8-
93
}
104

115
Describe "General project validation" {
126

13-
$scripts = Get-ChildItem "$projectRoot\CitrixOptimizerAutomation" -Recurse -Include *.ps1, *.psm1
7+
$scripts = Get-ChildItem "C:\projects\citrixoptimizerautomation\CitrixOptimizerAutomation" -Recurse -Include *.ps1, *.psm1
148

159
# TestCases are splatted to the script so we need hashtables
1610
$testCase = $scripts | Foreach-Object {@{file = $_}}

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ skip_commits:
55
- README.md
66
only_commits:
77
files:
8-
- PSGallery/
8+
- CitrixOptimizerAutomation/
99
pull_requests:
1010
do_not_increment_build_number: true
1111
build_script:

0 commit comments

Comments
 (0)