1 Star 0 Fork 0

JONVON/puppeteer-sharp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor-fullframework.yml 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
version: 1.0.{build}
branches:
only:
- master
image: Visual Studio 2022
configuration: Release
clone_folder: C:\projects\puppeteer-sharp
environment:
git_access_token:
secure: FxcQ9C8a/NgcQB5dFdZts6ZWEDT4zMhA4qPQAYwWc7huMmhmTIl1sbFEIaAWQMTL
matrix:
- framework: net471
only_commits:
files:
- lib/PuppeteerSharp.AspNetFramework/
- appveyor-fullframework.yml
before_build:
- ps: >-
dotnet restore .\lib\PuppeteerSharp.AspNetFramework.sln
New-SelfSignedCertificate -Subject "localhost" -FriendlyName "Puppeteer" -CertStoreLocation "cert:\CurrentUser\My"
Get-ChildItem -Path cert:\CurrentUSer\my | where { $_.friendlyname -eq "Puppeteer" } | Export-Certificate -FilePath C:\projects\puppeteer-sharp\lib\PuppeteerSharp.TestServer\testCert.cer
build:
project: .\lib\PuppeteerSharp.AspNetFramework.sln
publish_nuget: true
include_nuget_references: true
verbosity: minimal
test: off
artifacts:
- path: PuppeteerSharp.AspNetFramework.*.nupkg
name: PuppeteerSharp.AspNetFramework Package
cache:
- $HOME/.nuget/packages
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/jonvon/puppeteer-sharp.git
[email protected]:jonvon/puppeteer-sharp.git
jonvon
puppeteer-sharp
puppeteer-sharp
master

搜索帮助