Skip to content

Commit

Permalink
!deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gngrninja committed Sep 17, 2020
1 parent 306b208 commit 366b864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ build: off
#Kick off the CI/CD pipeline
test_script:
- ps: if ($env:PowerShellEdition -eq 'WindowsPowerShell') { . .\build.ps1 -Task Test}
- pwsh: if ($env:PowerShellEdition -eq 'PowerShellCore') { . .\build.ps1 -Task Publish}
- pwsh: if ($env:PowerShellEdition -eq 'PowerShellCore') { . .\build.ps1 -Task Publish -UpdateModules}

0 comments on commit 366b864

Please sign in to comment.