1 Star 0 Fork 0

GWD/Autofac

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 746 Bytes
一键复制 编辑 原始数据 按行查看 历史
Travis Illig 提交于 2023-11-15 23:09 +08:00 . Major version bump for breaking changes.
image: Ubuntu
version: "8.0.0.{build}"
dotnet_csproj:
version_prefix: "8.0.0"
patch: true
file: 'src\**\*.csproj'
configuration: Release
environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
NUGET_XMLDOC_MODE: skip
skip_tags: true
nuget:
disable_publish_on_pr: true
clone_depth: 1
test: false
build_script:
- pwsh: .\build.ps1
artifacts:
- path: artifacts\packages\**\*.*nupkg
name: MyGet
type: NuGetPackage
deploy:
- provider: NuGet
server: https://www.myget.org/F/autofac/api/v2/package
symbol_server: https://www.myget.org/F/autofac/api/v2/package
api_key:
secure: xUXExgVAagrdEicCjSxsQVrwiLo2TtnfqMbYB9Cauq2cpbm/EVz957PBK0v/GEYq
artifact: MyGet
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/g_w_d/Autofac.git
git@gitee.com:g_w_d/Autofac.git
g_w_d
Autofac
Autofac
develop

搜索帮助