Skip to content

Commit

Permalink
set pester version (OpenAPITools#6448)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored May 27, 2020
1 parent 64ddad5 commit 92a350e
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 @@ -32,7 +32,7 @@ install:
- git clone https://github.com/wing328/swagger-samples
- ps: Start-Process -FilePath 'C:\maven\apache-maven-3.2.5\bin\mvn' -ArgumentList 'jetty:run' -WorkingDirectory "$env:appveyor_build_folder\swagger-samples\java\java-jersey-jaxrs-ci"
- ps: $PSVersionTable.PSVersion
- ps: Install-Module Pester -Force -Scope CurrentUser
- ps: Install-Module Pester -Force -Scope CurrentUser -RequiredVersion 4.3.1
build_script:
- dotnet --info
# build C# API client (netcore)
Expand Down

0 comments on commit 92a350e

Please sign in to comment.