add -SkipPublisherCheck (#16610)

This commit is contained in:
William Cheng 2023-09-18 17:37:52 +08:00 committed by GitHub
parent 5e8e2d7f6d
commit bab67e44e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ install:
- cmd: docker run -d -e SWAGGER_HOST=http://petstore.swagger.io -e SWAGGER_BASE_PATH=/v2 -p 80:8080 swaggerapi/petstore - cmd: docker run -d -e SWAGGER_HOST=http://petstore.swagger.io -e SWAGGER_BASE_PATH=/v2 -p 80:8080 swaggerapi/petstore
- ps: Start-Sleep -s 120 - ps: Start-Sleep -s 120
- ps: $PSVersionTable.PSVersion - ps: $PSVersionTable.PSVersion
- ps: Install-Module -Name Pester -Force -Scope CurrentUser - ps: Install-Module -Name Pester -Force -Scope CurrentUser -SkipPublisherCheck
build_script: build_script:
- dotnet --info - dotnet --info
# build C# aspnetcore 5.0 server # build C# aspnetcore 5.0 server