1 Star 0 Fork 10

wtf3505 / notepads

forked from Gitee 极速下载 / notepads 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
azure-pipelines.yml 764 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Universal Windows Platform build definition
trigger:
- master
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'
C#
1
https://gitee.com/wtf3505/notepads.git
git@gitee.com:wtf3505/notepads.git
wtf3505
notepads
notepads
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891