3 Star 16 Fork 10

Gitee 极速下载/notepads

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/JasonStein/Notepads
克隆/下载
azure-pipelines.yml 880 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Universal Windows Platform build definition
trigger:
paths:
exclude:
- '*.md'
- 'ScreenShots/'
- '.whitesource'
- '.github/'
tags:
exclude:
- '*'
pool:
vmImage: 'windows-latest'
variables:
solution: '**/*.sln'
buildPlatform: 'x86|x64|arm64'
buildConfiguration: 'Production'
appxPackageDir: '$(build.artifactStagingDirectory)\AppxPackages\\'
steps:
- task: NuGetToolInstaller@1
- task: NuGetCommand@2
inputs:
restoreSolution: '$(solution)'
- task: VSBuild@1
inputs:
platform: 'x64'
solution: '$(solution)'
configuration: '$(buildConfiguration)'
msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)"
/p:AppxPackageDir="$(appxPackageDir)"
/p:AppxBundle=Always
/p:UapAppxPackageBuildMode=StoreUpload
/p:AppxPackageSigningEnabled=false'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/mirrors/notepads.git
git@gitee.com:mirrors/notepads.git
mirrors
notepads
notepads
master

搜索帮助