File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- $settings = @ {
2
- IncludeRules = @ (' PSAvoidUsingDoubleQuotesForConstantString' )
3
- Rules = @ {
4
- PSAvoidUsingDoubleQuotesForConstantString = @ {
5
- Enable = $true
1
+ BeforeAll {
2
+ $settings = @ {
3
+ IncludeRules = @ (' PSAvoidUsingDoubleQuotesForConstantString' )
4
+ Rules = @ {
5
+ PSAvoidUsingDoubleQuotesForConstantString = @ {
6
+ Enable = $true
7
+ }
6
8
}
7
9
}
8
10
}
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ function Invoke-AppveyorTest {
124
124
$configuration = [PesterConfiguration ]::Default
125
125
$configuration.CodeCoverage.Enabled = $false
126
126
$configuration.Output.Verbosity = ' Normal'
127
+ $configuration.Run.Exit = $true
127
128
$configuration.Run.PassThru = $true
128
129
$configuration.Run.Path = $testScripts
129
130
$configuration.TestResult.Enabled = $true
You can’t perform that action at this time.
0 commit comments