Skip to content

Commit

Permalink
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 e166f05 commit 457786a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ install:

build_script:
- pwsh: |
Install-Module Microsoft.PowerShell.Crescendo -Force
New-Item -ItemType Directory -Name Foil -Path ~\Documents\WindowsPowerShell\Modules\
Install-Module Microsoft.PowerShell.Crescendo -RequiredVersion 0.4.1 -Force
New-Item -ItemType Directory -Name Foil -Path ~\Documents\PowerShell\Modules\
.\build.ps1
Copy-Item .\src\* ~\Documents\WindowsPowerShell\Modules\Foil\ -Recurse
Copy-Item .\src\* ~\Documents\PowerShell\Modules\Foil\ -Recurse
test_script:
- ps: Invoke-Pester -EnableExit -OutputFormat NUnitXml -OutputFile TestsResults.xml
Expand Down

0 comments on commit 457786a

Please sign in to comment.