Skip to content

Commit bf59ba9

Browse files
committed
remove powershell tests from appveyor.yml
1 parent 84566db commit bf59ba9

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ install:
1313
- cmd: docker run -d -e SWAGGER_HOST=http://petstore.swagger.io -e SWAGGER_BASE_PATH=/v2 -p 80:8080 swaggerapi/petstore
1414
- ps: Start-Sleep -s 120
1515
- ps: $PSVersionTable.PSVersion
16-
- ps: Install-Module -Name Pester -Force -Scope CurrentUser -SkipPublisherCheck
1716
build_script:
1817
- dotnet --info
1918
# build C# aspnetcore 5.0 server
@@ -108,11 +107,6 @@ test_script:
108107
# - .\bin\windows\run-all-petstore.cmd
109108
# generate all petstore clients (openapi3)
110109
# - .\bin\openapi3\windows\run-all-petstore.cmd
111-
112-
# test ps petstore
113-
- ps: |
114-
cd samples\client\petstore\powershell\
115-
.\CIRunTest.ps1
116110
cache:
117111
- C:\maven\
118112
- C:\gradle\

0 commit comments

Comments
 (0)