代码拉取完成,页面将自动刷新
同步操作将从 OpenSharperSync/UA-.NETStandard 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#---------------------------------#
# general configuration #
#---------------------------------#
# version format
version: 1.3.358.{build}-{branch}
# branches to build
branches:
# blacklist
except:
- gh-pages
#---------------------------------#
# environment configuration #
#---------------------------------#
# Build worker image (VM template)
image: Visual Studio 2017
# scripts that are called at very beginning, before repo cloning
init:
- git config --global core.autocrlf input
# clone directory
clone_folder: c:\projects\UA-.NetStandardLibrary
# set clone depth
clone_depth: 5 # clone entire repository history if not defined
environment:
matrix:
- solution_name: "UA Core Library.sln"
test_name: "void"
param: ""
- solution_name: "UA-NetStandard.sln"
test_name: "void"
param: ""
- solution_name: "UA-NetStandard.sln"
test_name: "void"
param: "/p:NoHttps=true"
- solution_name: "UA Global Discovery Server.sln"
test_name: "SampleApplications/Samples/GDS/ClientTest/GlobalDiscoveryClientTest.csproj"
param: ""
- solution_name: "UA Universal Windows.sln"
test_name: "void"
param: ""
- solution_name: "UA Quickstart Applications.sln"
test_name: "void"
param: ""
- solution_name: "SampleApplications/Workshop/Aggregation/UA Aggregation.sln"
test_name: "void"
param: ""
- solution_name: "SampleApplications/Workshop/Reference/UA Reference.sln"
test_name: "void"
param: ""
# this is how to allow failing jobs in the matrix
matrix:
fast_finish: false # set this flag to immediately finish build once one of the jobs fails.
# scripts to run before build
before_build:
- nuget restore "%solution_name%"
# scripts to run *after* solution is built and *before* automatic packaging occurs (web apps, NuGet packages, Azure Cloud Services)
before_package:
# scripts to run after build
after_build:
# to run your custom scripts instead of automatic MSBuild
build_script:
- msbuild "%solution_name%" %param% /p:Configuration=Debug /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- msbuild "%solution_name%" %param% /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
# test
test:
test_script:
- if NOT "%test_name%" == "void" ( dotnet test "%test_name%" )
# TODO nunit3-console v3.6 cannot load csproj, enable when newer version is available
# - if NOT "%test_name%" == "void" ( nunit3-console "%test_name%" --result=./myresults.xml;format=AppVeyor )
# - $wc = New-Object 'System.Net.WebClient'
# - $wc.UploadFile("https://ci.appveyor.com/api/testresults/nunit3/$($env:APPVEYOR_JOB_ID)", (Resolve-Path ./myresults.xml))
# build cache to preserve files/folders between builds
cache:
- packages -> **\packages.config
#---------------------------------#
# global handlers #
#---------------------------------#
# on successful build
on_success:
- echo on_success
# on build failure
on_failure:
- echo on_failure
# after build failure or success
on_finish:
- echo on_finish
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。