We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ddad5 commit 92a350eCopy full SHA for 92a350e
appveyor.yml
@@ -32,7 +32,7 @@ install:
32
- git clone https://github.com/wing328/swagger-samples
33
- 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"
34
- ps: $PSVersionTable.PSVersion
35
- - ps: Install-Module Pester -Force -Scope CurrentUser
+ - ps: Install-Module Pester -Force -Scope CurrentUser -RequiredVersion 4.3.1
36
build_script:
37
- dotnet --info
38
# build C# API client (netcore)
0 commit comments