Skip to content

Commit

Permalink
Another attempt at pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbergstrom committed Jun 16, 2021
1 parent 457786a commit c623602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ install:
build_script:
- pwsh: |
Install-Module Microsoft.PowerShell.Crescendo -RequiredVersion 0.4.1 -Force
New-Item -ItemType Directory -Name Foil -Path ~\Documents\PowerShell\Modules\
New-Item -ItemType Directory -Name Foil -Path ~\Documents\WindowsPowerShell\Modules\
.\build.ps1
Copy-Item .\src\* ~\Documents\PowerShell\Modules\Foil\ -Recurse
Copy-Item .\src\* ~\Documents\WindowsPowerShell\Modules\Foil\ -Recurse
test_script:
- ps: Invoke-Pester -EnableExit -OutputFormat NUnitXml -OutputFile TestsResults.xml
Expand Down

0 comments on commit c623602

Please sign in to comment.