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 84566db commit bf59ba9Copy full SHA for bf59ba9
1 file changed
appveyor.yml
@@ -13,7 +13,6 @@ install:
13
- cmd: docker run -d -e SWAGGER_HOST=http://petstore.swagger.io -e SWAGGER_BASE_PATH=/v2 -p 80:8080 swaggerapi/petstore
14
- ps: Start-Sleep -s 120
15
- ps: $PSVersionTable.PSVersion
16
- - ps: Install-Module -Name Pester -Force -Scope CurrentUser -SkipPublisherCheck
17
build_script:
18
- dotnet --info
19
# build C# aspnetcore 5.0 server
@@ -108,11 +107,6 @@ test_script:
108
107
# - .\bin\windows\run-all-petstore.cmd
109
# generate all petstore clients (openapi3)
110
# - .\bin\openapi3\windows\run-all-petstore.cmd
111
-
112
- # test ps petstore
113
- - ps: |
114
- cd samples\client\petstore\powershell\
115
- .\CIRunTest.ps1
116
cache:
117
- C:\maven\
118
- C:\gradle\
0 commit comments