Refactoring yet again.
- Added latest tools, targets, and frameworks. - Added coverage display - Added auto deployment
This commit is contained in:
Родитель
d623089dad
Коммит
29526209df
|
@ -0,0 +1,288 @@
|
|||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
##
|
||||
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||
|
||||
# User-specific files
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
|
||||
# Visual Studio 2015 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# NUNIT
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
|
||||
# Build Results of an ATL Project
|
||||
[Dd]ebugPS/
|
||||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
|
||||
# .NET Core
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
**/Properties/launchSettings.json
|
||||
|
||||
*_i.c
|
||||
*_p.c
|
||||
*_i.h
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*.log
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
.builds
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
|
||||
# Chutzpah Test files
|
||||
_Chutzpah*
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
|
||||
# Visual Studio profiler
|
||||
*.psess
|
||||
*.vsp
|
||||
*.vspx
|
||||
*.sap
|
||||
|
||||
# TFS 2012 Local Workspace
|
||||
$tf/
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
*.gpState
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
*.DotSettings.user
|
||||
|
||||
# JustCode is a .NET coding add-in
|
||||
.JustCode
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# Visual Studio code coverage results
|
||||
*.coverage
|
||||
*.coveragexml
|
||||
|
||||
# NCrunch
|
||||
_NCrunch_*
|
||||
.*crunch*.local.xml
|
||||
nCrunchTemp_*
|
||||
|
||||
# MightyMoose
|
||||
*.mm.*
|
||||
AutoTest.Net/
|
||||
|
||||
# Web workbench (sass)
|
||||
.sass-cache/
|
||||
|
||||
# Installshield output folder
|
||||
[Ee]xpress/
|
||||
|
||||
# DocProject is a documentation generator add-in
|
||||
DocProject/buildhelp/
|
||||
DocProject/Help/*.HxT
|
||||
DocProject/Help/*.HxC
|
||||
DocProject/Help/*.hhc
|
||||
DocProject/Help/*.hhk
|
||||
DocProject/Help/*.hhp
|
||||
DocProject/Help/Html2
|
||||
DocProject/Help/html
|
||||
|
||||
# Click-Once directory
|
||||
publish/
|
||||
|
||||
# Publish Web Output
|
||||
*.[Pp]ublish.xml
|
||||
*.azurePubxml
|
||||
# TODO: Comment the next line if you want to checkin your web deploy settings
|
||||
# but database connection strings (with potential passwords) will be unencrypted
|
||||
*.pubxml
|
||||
*.publishproj
|
||||
|
||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||
# in these scripts will be unencrypted
|
||||
PublishScripts/
|
||||
|
||||
# NuGet Packages
|
||||
*.nupkg
|
||||
# The packages folder can be ignored because of Package Restore
|
||||
**/packages/*
|
||||
# except build/, which is used as an MSBuild target.
|
||||
!**/packages/build/
|
||||
# Uncomment if necessary however generally it will be regenerated when needed
|
||||
#!**/packages/repositories.config
|
||||
# NuGet v3's project.json files produces more ignorable files
|
||||
*.nuget.props
|
||||
*.nuget.targets
|
||||
|
||||
# Microsoft Azure Build Output
|
||||
csx/
|
||||
*.build.csdef
|
||||
|
||||
# Microsoft Azure Emulator
|
||||
ecf/
|
||||
rcf/
|
||||
|
||||
# Windows Store app package directories and files
|
||||
AppPackages/
|
||||
BundleArtifacts/
|
||||
Package.StoreAssociation.xml
|
||||
_pkginfo.txt
|
||||
|
||||
# Visual Studio cache files
|
||||
# files ending in .cache can be ignored
|
||||
*.[Cc]ache
|
||||
# but keep track of directories ending in .cache
|
||||
!*.[Cc]ache/
|
||||
|
||||
# Others
|
||||
ClientBin/
|
||||
~$*
|
||||
*~
|
||||
*.dbmdl
|
||||
*.dbproj.schemaview
|
||||
*.jfm
|
||||
*.pfx
|
||||
*.publishsettings
|
||||
orleans.codegen.cs
|
||||
|
||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||
#bower_components/
|
||||
|
||||
# RIA/Silverlight projects
|
||||
Generated_Code/
|
||||
|
||||
# Backup & report files from converting an old project file
|
||||
# to a newer Visual Studio version. Backup files are not needed,
|
||||
# because we have git ;-)
|
||||
_UpgradeReport_Files/
|
||||
Backup*/
|
||||
UpgradeLog*.XML
|
||||
UpgradeLog*.htm
|
||||
|
||||
# SQL Server files
|
||||
*.mdf
|
||||
*.ldf
|
||||
*.ndf
|
||||
|
||||
# Business Intelligence projects
|
||||
*.rdl.data
|
||||
*.bim.layout
|
||||
*.bim_*.settings
|
||||
|
||||
# Microsoft Fakes
|
||||
FakesAssemblies/
|
||||
|
||||
# GhostDoc plugin setting file
|
||||
*.GhostDoc.xml
|
||||
|
||||
# Node.js Tools for Visual Studio
|
||||
.ntvs_analysis.dat
|
||||
node_modules/
|
||||
|
||||
# Typescript v1 declaration files
|
||||
typings/
|
||||
|
||||
# Visual Studio 6 build log
|
||||
*.plg
|
||||
|
||||
# Visual Studio 6 workspace options file
|
||||
*.opt
|
||||
|
||||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
||||
*.vbw
|
||||
|
||||
# Visual Studio LightSwitch build output
|
||||
**/*.HTMLClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/ModelManifest.xml
|
||||
**/*.Server/GeneratedArtifacts
|
||||
**/*.Server/ModelManifest.xml
|
||||
_Pvt_Extensions
|
||||
|
||||
# Paket dependency manager
|
||||
.paket/paket.exe
|
||||
paket-files/
|
||||
|
||||
# FAKE - F# Make
|
||||
.fake/
|
||||
|
||||
# JetBrains Rider
|
||||
.idea/
|
||||
*.sln.iml
|
||||
|
||||
# CodeRush
|
||||
.cr/
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Cake - Uncomment if you are using it
|
||||
# tools/**
|
||||
# !tools/packages.config
|
||||
|
||||
# Telerik's JustMock configuration file
|
||||
*.jmconfig
|
||||
|
||||
# BizTalk build output
|
||||
*.btp.cs
|
||||
*.btm.cs
|
||||
*.odx.cs
|
||||
*.xsd.cs
|
|
@ -1,543 +0,0 @@
|
|||
<Activity mc:Ignorable="sad" x:Class="TfsBuild.Process" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mt="clr-namespace:Microsoft.TeamFoundation;assembly=Microsoft.TeamFoundation.Common" xmlns:mtbc="clr-namespace:Microsoft.TeamFoundation.Build.Client;assembly=Microsoft.TeamFoundation.Build.Client" xmlns:mtbw="clr-namespace:Microsoft.TeamFoundation.Build.Workflow;assembly=Microsoft.TeamFoundation.Build.Workflow" xmlns:mtbwa="clr-namespace:Microsoft.TeamFoundation.Build.Workflow.Activities;assembly=Microsoft.TeamFoundation.Build.Workflow" xmlns:mtbwt="clr-namespace:Microsoft.TeamFoundation.Build.Workflow.Tracking;assembly=Microsoft.TeamFoundation.Build.Workflow" xmlns:mttbb="clr-namespace:Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildActivities;assembly=Microsoft.TeamFoundation.TestImpact.BuildIntegration" xmlns:mtvc="clr-namespace:Microsoft.TeamFoundation.VersionControl.Client;assembly=Microsoft.TeamFoundation.VersionControl.Client" xmlns:mtvco="clr-namespace:Microsoft.TeamFoundation.VersionControl.Common;assembly=Microsoft.TeamFoundation.VersionControl.Common" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:sad="http://schemas.microsoft.com/netfx/2009/xaml/activities/presentation" xmlns:sad1="clr-namespace:System.Activities.Debugger;assembly=System.Activities" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:sl="clr-namespace:System.Linq;assembly=System.Core" xmlns:this="clr-namespace:TfsBuild;" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<x:Members>
|
||||
<x:Property Name="BuildSettings" Type="InArgument(mtbwa:BuildSettings)" />
|
||||
<x:Property Name="TestSpecs" Type="InArgument(mtbwa:TestSpecList)" />
|
||||
<x:Property Name="BuildNumberFormat" Type="InArgument(x:String)" />
|
||||
<x:Property Name="SolutionSpecificBuildOutputs" Type="InArgument(x:Boolean)" />
|
||||
<x:Property Name="CleanWorkspace" Type="InArgument(mtbwa:CleanWorkspaceOption)" />
|
||||
<x:Property Name="RunCodeAnalysis" Type="InArgument(mtbwa:CodeAnalysisOption)" />
|
||||
<x:Property Name="SourceAndSymbolServerSettings" Type="InArgument(mtbwa:SourceAndSymbolServerSettings)" />
|
||||
<x:Property Name="AgentSettings" Type="InArgument(mtbwa:AgentSettings)" />
|
||||
<x:Property Name="AssociateChangesetsAndWorkItems" Type="InArgument(x:Boolean)" />
|
||||
<x:Property Name="CreateWorkItem" Type="InArgument(x:Boolean)" />
|
||||
<x:Property Name="MSBuildArguments" Type="InArgument(x:String)" />
|
||||
<x:Property Name="MSBuildPlatform" Type="InArgument(mtbwa:ToolPlatform)" />
|
||||
<x:Property Name="MSBuildMultiProc" Type="InArgument(x:Boolean)" />
|
||||
<x:Property Name="PerformTestImpactAnalysis" Type="InArgument(x:Boolean)" />
|
||||
<x:Property Name="CreateLabel" Type="InArgument(x:Boolean)" />
|
||||
<x:Property Name="DisableTests" Type="InArgument(x:Boolean)" />
|
||||
<x:Property Name="GetVersion" Type="InArgument(x:String)" />
|
||||
<x:Property Name="PrivateDropLocation" Type="InArgument(x:String)" />
|
||||
<x:Property Name="Verbosity" Type="InArgument(mtbw:BuildVerbosity)" />
|
||||
<x:Property Name="Metadata" Type="mtbw:ProcessParameterMetadataCollection" />
|
||||
<x:Property Name="SupportedReasons" Type="mtbc:BuildReason" />
|
||||
<x:Property Name="BuildProcessVersion" Type="x:String" />
|
||||
</x:Members>
|
||||
<this:Process.BuildSettings>[New Microsoft.TeamFoundation.Build.Workflow.Activities.BuildSettings()]</this:Process.BuildSettings>
|
||||
<this:Process.DisableTests>[False]</this:Process.DisableTests>
|
||||
<this:Process.TestSpecs>[New Microsoft.TeamFoundation.Build.Workflow.Activities.TestSpecList(New Microsoft.TeamFoundation.Build.Workflow.Activities.AgileTestPlatformSpec("**\*test*.dll"))]</this:Process.TestSpecs>
|
||||
<this:Process.BuildNumberFormat>["$(BuildDefinitionName)_$(Date:yyyyMMdd)$(Rev:.r)"]</this:Process.BuildNumberFormat>
|
||||
<this:Process.SolutionSpecificBuildOutputs>[False]</this:Process.SolutionSpecificBuildOutputs>
|
||||
<this:Process.AssociateChangesetsAndWorkItems>[True]</this:Process.AssociateChangesetsAndWorkItems>
|
||||
<this:Process.CreateWorkItem>[True]</this:Process.CreateWorkItem>
|
||||
<this:Process.CleanWorkspace>[Microsoft.TeamFoundation.Build.Workflow.Activities.CleanWorkspaceOption.All]</this:Process.CleanWorkspace>
|
||||
<this:Process.MSBuildArguments>
|
||||
<InArgument x:TypeArguments="x:String" />
|
||||
</this:Process.MSBuildArguments>
|
||||
<this:Process.RunCodeAnalysis>[Microsoft.TeamFoundation.Build.Workflow.Activities.CodeAnalysisOption.AsConfigured]</this:Process.RunCodeAnalysis>
|
||||
<this:Process.MSBuildMultiProc>[True]</this:Process.MSBuildMultiProc>
|
||||
<this:Process.MSBuildPlatform>[Microsoft.TeamFoundation.Build.Workflow.Activities.ToolPlatform.Auto]</this:Process.MSBuildPlatform>
|
||||
<this:Process.PerformTestImpactAnalysis>[True]</this:Process.PerformTestImpactAnalysis>
|
||||
<this:Process.SourceAndSymbolServerSettings>[New Microsoft.TeamFoundation.Build.Workflow.Activities.SourceAndSymbolServerSettings(True, Nothing)]</this:Process.SourceAndSymbolServerSettings>
|
||||
<this:Process.CreateLabel>[True]</this:Process.CreateLabel>
|
||||
<this:Process.GetVersion>
|
||||
<InArgument x:TypeArguments="x:String" />
|
||||
</this:Process.GetVersion>
|
||||
<this:Process.AgentSettings>[New Microsoft.TeamFoundation.Build.Workflow.Activities.AgentSettings() With {.MaxWaitTime = New System.TimeSpan(4, 0, 0), .MaxExecutionTime = New System.TimeSpan(0, 0, 0), .TagComparison = Microsoft.TeamFoundation.Build.Workflow.Activities.TagComparison.MatchExactly }]</this:Process.AgentSettings>
|
||||
<this:Process.Verbosity>[Microsoft.TeamFoundation.Build.Workflow.BuildVerbosity.Normal]</this:Process.Verbosity>
|
||||
<this:Process.Metadata>
|
||||
<mtbw:ProcessParameterMetadataCollection>
|
||||
<mtbw:ProcessParameterMetadata BrowsableWhen="EditingDefinition" Category="#300 Advanced" DisplayName="MSBuild Multi-Proc" Description="Enable MSBuid Multi-proc to build your solutions' projects in parallel, when possible, using all available processors on the build server." ParameterName="MSBuildMultiProc" />
|
||||
<mtbw:ProcessParameterMetadata BrowsableWhen="EditingDefinition" Category="#300 Advanced" DisplayName="Solution Specific Build Outputs" Description="True will put build outputs into folders based on the solution name. False will put all build outputs into the same folder." ParameterName="SolutionSpecificBuildOutputs" />
|
||||
</mtbw:ProcessParameterMetadataCollection>
|
||||
</this:Process.Metadata>
|
||||
<this:Process.SupportedReasons>All</this:Process.SupportedReasons>
|
||||
<this:Process.BuildProcessVersion>11.0</this:Process.BuildProcessVersion>
|
||||
<mva:VisualBasic.Settings>Assembly references and imported namespaces serialized as XML namespaces</mva:VisualBasic.Settings>
|
||||
<Sequence mtbwt:BuildTrackingParticipant.Importance="None">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="mtbc:IBuildDetail" Name="BuildDetail" />
|
||||
<Variable x:TypeArguments="x:String" Name="DropLocation" />
|
||||
</Sequence.Variables>
|
||||
<mtbwa:GetBuildDetail DisplayName="Get the Build" Result="[BuildDetail]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<Sequence DisplayName="Update Drop Location" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<mtbwa:InvokeForReason DisplayName="Update Build Number for Triggered Builds" Reason="Triggered">
|
||||
<mtbwa:UpdateBuildNumber BuildNumberFormat="[BuildNumberFormat]" DisplayName="Update Build Number" />
|
||||
</mtbwa:InvokeForReason>
|
||||
<If Condition="[(Not String.IsNullOrEmpty(BuildDetail.DropLocationRoot)) AndAlso (BuildDetail.Reason And Microsoft.TeamFoundation.Build.Client.BuildReason.Triggered) = BuildDetail.Reason]" DisplayName="If Build Reason is Triggered" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Sequence mtbwt:BuildTrackingParticipant.Importance="None">
|
||||
<Assign x:TypeArguments="x:String" mtbwt:BuildTrackingParticipant.Importance="None" Value="[BuildDropProvider.CombinePaths(BuildDetail.DropLocationRoot, BuildDetail.BuildDefinition.Name, BuildDetail.BuildNumber)]" To="[DropLocation]" />
|
||||
<mtbwa:SetBuildProperties DisplayName="Set Drop Location" DropLocation="[DropLocation]" PropertiesToSet="DropLocation" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[(Not String.IsNullOrEmpty(PrivateDropLocation)) AndAlso BuildDetail.Reason = Microsoft.TeamFoundation.Build.Client.BuildReason.ValidateShelveset]" DisplayName="If Build Reason is ValidateShelveset" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Sequence mtbwt:BuildTrackingParticipant.Importance="None">
|
||||
<Assign x:TypeArguments="x:String" Value="[BuildDropProvider.CombinePaths(PrivateDropLocation, BuildDetail.BuildDefinition.Name, BuildDetail.BuildNumber)]" To="[DropLocation]" mtbwt:BuildTrackingParticipant.Importance="None" />
|
||||
<mtbwa:SetBuildProperties DisplayName="Set Drop Location for Private Build" DropLocation="[DropLocation]" PropertiesToSet="DropLocation" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
<mtbwa:AgentScope DisplayName="Run On Agent" MaxExecutionTime="[AgentSettings.MaxExecutionTime]" MaxWaitTime="[AgentSettings.MaxWaitTime]" ReservationSpec="[AgentSettings.GetAgentReservationSpec()]">
|
||||
<mtbwa:AgentScope.Variables>
|
||||
<Variable x:TypeArguments="mtbc:IBuildAgent" Name="BuildAgent" />
|
||||
<Variable x:TypeArguments="mtvc:Workspace" Name="Workspace" />
|
||||
<Variable x:TypeArguments="x:String" Name="BuildDirectory" />
|
||||
<Variable x:TypeArguments="x:String" Default="[BuildDetail.BuildNumber]" Name="LabelName" />
|
||||
<Variable x:TypeArguments="x:String" Name="WorkspaceName" />
|
||||
<Variable x:TypeArguments="x:String" Name="SourcesDirectory" />
|
||||
<Variable x:TypeArguments="x:String" Name="BinariesDirectory" />
|
||||
<Variable x:TypeArguments="x:String" Name="TestResultsDirectory" />
|
||||
</mtbwa:AgentScope.Variables>
|
||||
<Sequence DisplayName="Initialize Variables" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<mtbwa:GetBuildAgent DisplayName="Get the Agent" Result="[BuildAgent]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<mtbwa:GetBuildDirectory DisplayName="Get the Build Directory" Result="[BuildDirectory]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<Assign x:TypeArguments="x:String" DisplayName="Initialize Workspace Name" To="[WorkspaceName]" Value="[String.Format("{0}_{1}_{2}", BuildDetail.BuildDefinition.Id, Microsoft.TeamFoundation.LinkingUtilities.DecodeUri(BuildAgent.Uri.AbsoluteUri).ToolSpecificId, BuildAgent.ServiceHost.Name)]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<Assign x:TypeArguments="x:String" DisplayName="Initialize Sources Directory" To="[SourcesDirectory]" Value="[String.Format("{0}\Sources", BuildDirectory)]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<Assign x:TypeArguments="x:String" DisplayName="Initialize Binaries Directory" To="[BinariesDirectory]" Value="[String.Format("{0}\Binaries", BuildDirectory)]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<Assign x:TypeArguments="x:String" DisplayName="Initialize TestResults Directory" To="[TestResultsDirectory]" Value="[String.Format("{0}\TestResults", BuildDirectory)]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<If Condition="[Not BuildSettings.HasPlatformConfigurations]" DisplayName="If Not BuildSettings.HasPlatformConfigurations" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<AddToCollection x:TypeArguments="mtbwa:PlatformConfiguration" DisplayName="Use Default Platform Configuration" Collection="[BuildSettings.PlatformConfigurations]" Item="[Microsoft.TeamFoundation.Build.Workflow.Activities.PlatformConfiguration.Default]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[WorkspaceName.Length > Microsoft.TeamFoundation.VersionControl.Common.RepositoryConstants.MaxWorkspaceNameSize]" DisplayName="If WorkspaceName > MaxSize" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Sequence mtbwt:BuildTrackingParticipant.Importance="None">
|
||||
<mtbwa:WriteBuildWarning DisplayName="Write Workspace Size Warning" Message="[String.Format("The workspace name '{0}' exceeds the maximum allowed limit of '{1}' characters. Truncating it to match the maximum limit.", WorkspaceName, Microsoft.TeamFoundation.VersionControl.Common.RepositoryConstants.MaxWorkspaceNameSize)]" />
|
||||
<Assign x:TypeArguments="x:String" DisplayName="Truncate WorkspaceName to MaxSize" To="[WorkspaceName]" Value="[WorkspaceName.Substring(0, Microsoft.TeamFoundation.VersionControl.Common.RepositoryConstants.MaxWorkspaceNameSize).TrimEnd()]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
<Sequence DisplayName="Initialize Workspace" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<mtbwa:DeleteDirectory Directory="[TestResultsDirectory]" DisplayName="Delete Test Results Directory" Recursive="[True]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<If Condition="[Not CleanWorkspace = Microsoft.TeamFoundation.Build.Workflow.Activities.CleanWorkspaceOption.None]" DisplayName="If Not CleanWorkspace = CleanWorkspaceOption.None" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:DeleteDirectory Directory="[BinariesDirectory]" DisplayName="Delete Binaries Directory" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[CleanWorkspace = Microsoft.TeamFoundation.Build.Workflow.Activities.CleanWorkspaceOption.All]" DisplayName="If CleanWorkspace = CleanWorkspaceOption.All" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Sequence DisplayName="Delete Workspace and Sources Directory" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<mtbwa:DeleteWorkspace DeleteLocalItems="[True]" DisplayName="Delete Workspace" Name="[WorkspaceName]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<mtbwa:DeleteDirectory Directory="[SourcesDirectory]" DisplayName="Delete Sources Directory" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
</If>
|
||||
<mtbwa:CreateWorkspace BuildDirectory="[BuildDirectory]" Comment="["Workspace Created by Team Build"]" DisplayName="Create Workspace" Name="[WorkspaceName]" Result="[Workspace]" SourcesDirectory="[SourcesDirectory]" />
|
||||
<If Condition="[CleanWorkspace = Microsoft.TeamFoundation.Build.Workflow.Activities.CleanWorkspaceOption.Outputs]" DisplayName="If CleanWorkspace = CleanWorkspaceOption.Outputs" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<ForEach x:TypeArguments="mtbwa:PlatformConfiguration" DisplayName="For Each Configuration in BuildSettings.PlatformConfigurations" Values="[BuildSettings.PlatformConfigurations]" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<ActivityAction x:TypeArguments="mtbwa:PlatformConfiguration">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="mtbwa:PlatformConfiguration" Name="platformConfiguration" />
|
||||
</ActivityAction.Argument>
|
||||
<Sequence DisplayName="Clean Configuration">
|
||||
<If Condition="[BuildSettings.HasProjectsToBuild]" DisplayName="If BuildSettings.HasProjectsToBuild" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<ForEach x:TypeArguments="x:String" DisplayName="For Each Project in BuildSettings.ProjectsToBuild" Values="[BuildSettings.ProjectsToBuild]" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<ActivityAction x:TypeArguments="x:String">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="x:String" Name="serverBuildProjectItem" />
|
||||
</ActivityAction.Argument>
|
||||
<Sequence DisplayName="Clean Project" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="x:String" Name="localBuildProjectItem" />
|
||||
</Sequence.Variables>
|
||||
<mtbwa:ConvertWorkspaceItem DisplayName="Convert Server Paths to Local Paths" Input="[serverBuildProjectItem]" Result="[localBuildProjectItem]" Workspace="[Workspace]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<If Condition="[System.IO.File.Exists(localBuildProjectItem)]" DisplayName="If File.Exists(Project)" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:MSBuild CommandLineArguments="[String.Format("/p:SkipInvalidConfigurations=true {0}", MSBuildArguments)]" Configuration="[platformConfiguration.Configuration]" DisplayName="Run MSBuild for Project" GenerateVSPropsFile="[True]" MaxProcesses="[If (MSBuildMultiProc, 0, 1)]" OutDir="[BinariesDirectory]" Platform="[platformConfiguration.Platform]" Project="[localBuildProjectItem]" Targets="[New String() { "Clean" }]" TargetsNotLogged="[New String() {"GetNativeManifest", "GetCopyToOutputDirectoryItems", "GetTargetPath"}]" ToolPlatform="[MSBuildPlatform]" Verbosity="[Verbosity]" />
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</ActivityAction>
|
||||
</ForEach>
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</ActivityAction>
|
||||
</ForEach>
|
||||
</If.Then>
|
||||
</If>
|
||||
<mtbwa:SyncWorkspace DisplayName="Get Workspace" VersionOverride="[GetVersion]" Workspace="[Workspace]">
|
||||
<mtbwa:SyncWorkspace.RequestsFailed>
|
||||
<ActivityAction x:TypeArguments="scg:ICollection(mtbc:IQueuedBuild)">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="scg:ICollection(mtbc:IQueuedBuild)" Name="failedRequests" />
|
||||
</ActivityAction.Argument>
|
||||
<mtbwa:RetryRequests Behavior="[Microsoft.TeamFoundation.Build.Workflow.Activities.RetryBehavior.DoNotBatch]" DisplayName="Mark Requests for Retry" Requests="[failedRequests]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</ActivityAction>
|
||||
</mtbwa:SyncWorkspace.RequestsFailed>
|
||||
</mtbwa:SyncWorkspace>
|
||||
</Sequence>
|
||||
<If Condition="[CreateLabel]" DisplayName="If CreateLabel" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:InvokeForReason DisplayName="Create and Set Label for non-Shelveset Builds" Reason="Manual, IndividualCI, BatchedCI, Schedule, ScheduleForced, UserCreated">
|
||||
<mtbwa:LabelWorkspace Comment="["Label Created by Team Build"]" DisplayName="Create Label" Name="[LabelName]" Scope="[String.Format("$/{0}", BuildDetail.BuildDefinition.TeamProject)]" Workspace="[Workspace]" />
|
||||
<mtbwa:SetBuildProperties DisplayName="Set Label on BuildDetail" LabelName="[String.Format("{0}@$/{1}", LabelName, BuildDetail.BuildDefinition.TeamProject)]" PropertiesToSet="LabelName" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</mtbwa:InvokeForReason>
|
||||
</If.Then>
|
||||
<If.Else>
|
||||
<mtbwa:WriteBuildMessage DisplayName="Write Message" Message="Not Labeling sources" Importance="[Microsoft.TeamFoundation.Build.Client.BuildMessageImportance.High]" />
|
||||
</If.Else>
|
||||
</If>
|
||||
<TryCatch DisplayName="Try Compile, Test, and Associate Changesets and Work Items" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<TryCatch.Finally>
|
||||
<Sequence DisplayName="Revert Workspace and Copy Files to Drop Location" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<mtbwa:InvokeForReason DisplayName="Revert Workspace for Shelveset Builds" Reason="CheckInShelveset, ValidateShelveset">
|
||||
<mtbwa:RevertWorkspace DisplayName="Revert Workspace" Workspace="[Workspace]" />
|
||||
</mtbwa:InvokeForReason>
|
||||
<If Condition="[Not String.IsNullOrEmpty(DropLocation)]" DisplayName="If DropLocation is Set" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:CopyDirectory DisplayName="Drop Files to Drop Location" Source="[BinariesDirectory]" Destination="[DropLocation]" />
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</TryCatch.Finally>
|
||||
<TryCatch.Try>
|
||||
<Sequence mtbwt:BuildTrackingParticipant.Importance="None">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="s:Exception" Name="compilationException" />
|
||||
<Variable x:TypeArguments="scg:IList(mtvc:Changeset)" Name="associatedChangesets" />
|
||||
<Variable x:TypeArguments="s:Boolean" Name="treatTestFailureAsBuildFailure" />
|
||||
</Sequence.Variables>
|
||||
<Parallel DisplayName="Compile, Test, and Associate Changesets and Work Items">
|
||||
<TryCatch DisplayName="Try Compile and Test" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<TryCatch.Try>
|
||||
<Sequence DisplayName="Compile and Test">
|
||||
<ForEach x:TypeArguments="mtbwa:PlatformConfiguration" DisplayName="For Each Configuration in BuildSettings.PlatformConfigurations" Values="[BuildSettings.PlatformConfigurations]" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<ActivityAction x:TypeArguments="mtbwa:PlatformConfiguration">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="mtbwa:PlatformConfiguration" Name="platformConfiguration" />
|
||||
</ActivityAction.Argument>
|
||||
<Sequence DisplayName="Compile and Test for Configuration" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="x:String" Name="outputDirectory" />
|
||||
<Variable x:TypeArguments="x:String" Name="logFileDropLocation" />
|
||||
</Sequence.Variables>
|
||||
<Sequence DisplayName="Initialize Variables" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<Assign x:TypeArguments="x:String" DisplayName="Create OutputDirectory Per Platform and Configuration" To="[outputDirectory]" Value="[If (platformConfiguration.IsEmpty Or BuildSettings.PlatformConfigurations.Count = 1, BinariesDirectory, If (platformConfiguration.IsPlatformEmptyOrAnyCpu, BinariesDirectory + "\" + platformConfiguration.Configuration, BinariesDirectory + "\" + platformConfiguration.Platform + "\" + platformConfiguration.Configuration))]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<If Condition="[Not String.IsNullOrEmpty(DropLocation)]" DisplayName="If DropLocation is Set" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Assign x:TypeArguments="x:String" DisplayName="Initialize LogFile Drop Location" To="[logFileDropLocation]" Value="[If (platformConfiguration.IsEmpty Or BuildSettings.PlatformConfigurations.Count = 1, BuildDropProvider.CombinePaths(DropLocation, "logs"), If (platformConfiguration.IsPlatformEmptyOrAnyCpu, BuildDropProvider.CombinePaths(DropLocation, "logs", platformConfiguration.Configuration), BuildDropProvider.CombinePaths(DropLocation, "logs", platformConfiguration.Platform, platformConfiguration.Configuration)))]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
<If Condition="[BuildSettings.HasProjectsToBuild]" DisplayName="If BuildSettings.HasProjectsToBuild" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<ForEach x:TypeArguments="x:String" DisplayName="For Each Project in BuildSettings.ProjectsToBuild" Values="[BuildSettings.ProjectsToBuild]" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<ActivityAction x:TypeArguments="x:String">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="x:String" Name="serverBuildProjectItem" />
|
||||
</ActivityAction.Argument>
|
||||
<TryCatch DisplayName="Try to Compile the Project" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<TryCatch.Try>
|
||||
<Sequence DisplayName="Compile the Project" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="x:String" Name="localProject" />
|
||||
<Variable x:TypeArguments="x:String" Name="outputDirectoryPerProject" Default="[outputDirectory]" />
|
||||
</Sequence.Variables>
|
||||
<mtbwa:ConvertWorkspaceItem DisplayName="Convert Server Path to Local Path" Input="[serverBuildProjectItem]" Result="[localProject]" Workspace="[Workspace]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<If Condition="[SolutionSpecificBuildOutputs]" DisplayName="If Build Outputs are Solution-Specific" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Sequence DisplayName="Update Output Directory" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<Assign x:TypeArguments="x:String" DisplayName="Set Solution-Specific Output Directory" To="[outputDirectoryPerProject]" Value="[System.IO.Path.Combine(outputDirectory, System.IO.Path.GetFileNameWithoutExtension(localProject))]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<If DisplayName="If Output Directory Exists" Condition="[System.IO.Directory.Exists(outputDirectoryPerProject)]" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:WriteBuildWarning DisplayName="Write Duplicate Project Names Warning" Message="[String.Format("{0} conflicts with another solution/project. Build outputs for solutions/projects with the same name will be copied to the same directory. To separate the build outputs, change the name of one of the solutions/projects.", System.IO.Path.GetFileNameWithoutExtension(localProject))]" />
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
</If>
|
||||
<mtbwa:MSBuild CommandLineArguments="[String.Format("/p:SkipInvalidConfigurations=true {0}", MSBuildArguments)]" Configuration="[platformConfiguration.Configuration]" DisplayName="Run MSBuild for Project" GenerateVSPropsFile="[True]" LogFileDropLocation="[logFileDropLocation]" MaxProcesses="[If (MSBuildMultiProc, 0, 1)]" OutDir="[outputDirectoryPerProject]" Platform="[platformConfiguration.Platform]" Project="[localProject]" RunCodeAnalysis="[RunCodeAnalysis]" TargetsNotLogged="[New String() {"GetNativeManifest", "GetCopyToOutputDirectoryItems", "GetTargetPath"}]" ToolPlatform="[MSBuildPlatform]" Verbosity="[Verbosity]" />
|
||||
</Sequence>
|
||||
</TryCatch.Try>
|
||||
<TryCatch.Catches>
|
||||
<Catch x:TypeArguments="s:Exception">
|
||||
<ActivityAction x:TypeArguments="s:Exception">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="s:Exception" Name="ex" />
|
||||
</ActivityAction.Argument>
|
||||
<Sequence DisplayName="Handle Exception">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="scg:ICollection(mtbc:IQueuedBuild)" Name="failedRequests" />
|
||||
</Sequence.Variables>
|
||||
<mtbwa:SetBuildProperties CompilationStatus="[Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Failed]" DisplayName="Set CompilationStatus to Failed" PropertiesToSet="CompilationStatus" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<If Condition="[CreateWorkItem]" DisplayName="If CreateWorkItem" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:InvokeForReason DisplayName="Create Work Item for non-Shelveset Builds" Reason="Manual, IndividualCI, BatchedCI, Schedule, ScheduleForced, UserCreated">
|
||||
<mtbwa:OpenWorkItem AssignedTo="[BuildDetail.RequestedFor]" Comment="["This work item was created by TFS Build on a build failure."]" CustomFields="[New Dictionary(Of String, String) From { {"System.Reason", "Build Failure"}, {"Microsoft.VSTS.TCM.ReproSteps", "Start the build using TFS Build"}, {"Priority", "1"}, {"Severity", "1 - Critical"} }]" DisplayName="Create Work Item" Title="[String.Format("Build Failure in Build: {0}", BuildDetail.BuildNumber)]" Type="["Bug"]" />
|
||||
</mtbwa:InvokeForReason>
|
||||
</If.Then>
|
||||
</If>
|
||||
<mtbwa:GetApprovedRequests DisplayName="Get Requests Approved for Check In" Result="[failedRequests]" mtbwt:BuildTrackingParticipant.Importance="None" />
|
||||
<mtbwa:RetryRequests Behavior="[Microsoft.TeamFoundation.Build.Workflow.Activities.RetryBehavior.DoNotBatch]" DisplayName="Mark Requests for Retry" Requests="[failedRequests]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<Rethrow DisplayName="Rethrow the exception so the build will stop" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</Sequence>
|
||||
</ActivityAction>
|
||||
</Catch>
|
||||
</TryCatch.Catches>
|
||||
</TryCatch>
|
||||
</ActivityAction>
|
||||
</ForEach>
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[Not DisableTests]" DisplayName="If Not DisableTests" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Sequence DisplayName="Run Tests" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If Condition="[Not TestSpecs Is Nothing]" DisplayName="If Not TestSpecs Is Nothing" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<ForEach x:TypeArguments="mtbwa:TestSpec" DisplayName="For Each TestSpec in TestSpecs" Values="[TestSpecs]" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<ActivityAction x:TypeArguments="mtbwa:TestSpec">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="mtbwa:TestSpec" Name="spec" />
|
||||
</ActivityAction.Argument>
|
||||
<TryCatch DisplayName="Try Run Tests" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<TryCatch.Try>
|
||||
<If Condition="[TypeOf spec Is Microsoft.TeamFoundation.Build.Workflow.Activities.AgileTestPlatformSpec]" DisplayName="If spec Is AgileTestPlatformSpec" mtbwt:BuildTrackingParticipant.Importance="None">
|
||||
<If.Then>
|
||||
<Sequence DisplayName="Run Visual Studio Test Runner for Test Sources" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="mtbwa:AgileTestPlatformSpec" Name="agileTestPlatformAssembly" />
|
||||
<Variable x:TypeArguments="scg:IEnumerable(x:String)" Name="agileTestPlatformAssemblies" />
|
||||
</Sequence.Variables>
|
||||
<Assign x:TypeArguments="mtbwa:AgileTestPlatformSpec" DisplayName="Assign spec to agileTestPlatformAssembly" To="[agileTestPlatformAssembly]" Value="[DirectCast(spec, Microsoft.TeamFoundation.Build.Workflow.Activities.AgileTestPlatformSpec)]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<mtbwa:FindMatchingFiles DisplayName="Find Visual Studio Test Platform Test Assemblies" MatchPattern="[String.Format("{0}\{1}", outputDirectory, agileTestPlatformAssembly.AssemblyFileSpec)]" Result="[agileTestPlatformAssemblies]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<If Condition="[agileTestPlatformAssemblies.Count() > 0]" DisplayName="If Visual Studio Test Platform Test Assemblies Found" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<If Condition="[agileTestPlatformAssembly.HasRunSettingsFile]" DisplayName="If agileTestPlatformAssembly.HasRunSettingsFile" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Sequence DisplayName="Find Run Settings File And Run Visual Studio Test Runner" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="x:String" Name="localRunSettings" />
|
||||
</Sequence.Variables>
|
||||
<mtbwa:GenerateRunSettings DisplayName="Generate Run Settings File" RunSettingsForTestRun="[agileTestPlatformAssembly.RunSettingsForTestRun]" Result="[localRunSettings]" Workspace="[Workspace]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<mtbwa:RunTests DisplayName="Run Visual Studio Test Runner for Test Sources" RunName="[agileTestPlatformAssembly.RunName]" Flavor="[platformConfiguration.Configuration]" Platform="[platformConfiguration.Platform]" TestSources="[agileTestPlatformAssemblies]" RunSettings="[localRunSettings]" TestCaseFilter="[agileTestPlatformAssembly.TestCaseFilter]" ExecutionPlatform="[agileTestPlatformAssembly.ExecutionPlatform]" />
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
<If.Else>
|
||||
<mtbwa:RunTests DisplayName="Run Visual Studio Test Runner for Test Sources" RunName="[agileTestPlatformAssembly.RunName]" Flavor="[platformConfiguration.Configuration]" Platform="[platformConfiguration.Platform]" TestSources="[agileTestPlatformAssemblies]" TestCaseFilter="[agileTestPlatformAssembly.TestCaseFilter]" ExecutionPlatform="[agileTestPlatformAssembly.ExecutionPlatform]" />
|
||||
</If.Else>
|
||||
</If>
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
<If.Else>
|
||||
<If Condition="[TypeOf spec Is Microsoft.TeamFoundation.Build.Workflow.Activities.TestMetadataFileSpec]" DisplayName="If spec Is TestMetadataFileSpec" mtbwt:BuildTrackingParticipant.Importance="None">
|
||||
<If.Then>
|
||||
<Sequence DisplayName="Run MSTest for Metadata File">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="mtbwa:TestMetadataFileSpec" Name="testMetadataFile" />
|
||||
<Variable x:TypeArguments="x:String" Name="localTestMetadata" />
|
||||
</Sequence.Variables>
|
||||
<Assign x:TypeArguments="mtbwa:TestMetadataFileSpec" DisplayName="Assign spec to testMetadataFile" To="[testMetadataFile]" Value="[DirectCast(spec, Microsoft.TeamFoundation.Build.Workflow.Activities.TestMetadataFileSpec)]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<mtbwa:ConvertWorkspaceItem DisplayName="Convert Server Path to Local Path" Input="[testMetadataFile.MetadataFileName]" Result="[localTestMetadata]" Workspace="[Workspace]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<mtbwa:MSTest RunTitle="[testMetadataFile.RunName]" Category="[testMetadataFile.CategoryFilter]" DisplayName="Run MSTest for Metadata File" Flavor="[platformConfiguration.Configuration]" MaxPriority="[testMetadataFile.MaximumPriority]" MinPriority="[testMetadataFile.MinimumPriority]" PathToResultsFilesRoot="[TestResultsDirectory]" Platform="[platformConfiguration.Platform]" SearchPathRoot="[outputDirectory]" TestLists="[testMetadataFile.TestLists]" TestMetadata="[localTestMetadata]" TestSettings="[String.Empty]" CommandLineArguments="[testMetadataFile.MSTestCommandLineArgs]" />
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
<If.Else>
|
||||
<Sequence DisplayName="Run MSTest for Test Assemblies" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="mtbwa:TestAssemblySpec" Name="testAssembly" />
|
||||
<Variable x:TypeArguments="scg:IEnumerable(x:String)" Name="testAssemblies" />
|
||||
<Variable x:TypeArguments="x:String" Default="[String.Empty]" Name="testFlavor" />
|
||||
<Variable x:TypeArguments="x:String" Default="[String.Empty]" Name="testPlatform" />
|
||||
</Sequence.Variables>
|
||||
<Assign x:TypeArguments="mtbwa:TestAssemblySpec" DisplayName="Assign spec to testAssembly" To="[testAssembly]" Value="[DirectCast(spec, Microsoft.TeamFoundation.Build.Workflow.Activities.TestAssemblySpec)]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<mtbwa:FindMatchingFiles DisplayName="Find Test Assemblies" MatchPattern="[String.Format("{0}\{1}", outputDirectory, testAssembly.AssemblyFileSpec)]" Result="[testAssemblies]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<If Condition="[testAssemblies.Count() > 0]" DisplayName="If Test Assemblies Found" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<If Condition="[testAssembly.HasTestSettingsFile]" DisplayName="If testAssembly.HasTestSettingsFile" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Sequence DisplayName="Find Test Settings File And Run MSTest" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="x:String" Name="localTestSettings" />
|
||||
</Sequence.Variables>
|
||||
<mtbwa:ConvertWorkspaceItem DisplayName="Convert Server Path to Local Path" Input="[testAssembly.TestSettingsFileName]" Result="[localTestSettings]" Workspace="[Workspace]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<mtbwa:MSTest RunTitle="[testAssembly.RunName]" Category="[testAssembly.CategoryFilter]" DisplayName="Run MSTest for Test Assemblies" Flavor="[platformConfiguration.Configuration]" MaxPriority="[testAssembly.MaximumPriority]" MinPriority="[testAssembly.MinimumPriority]" PathToResultsFilesRoot="[TestResultsDirectory]" Platform="[platformConfiguration.Platform]" SearchPathRoot="[outputDirectory]" TestContainers="[testAssemblies]" TestSettings="[localTestSettings]" CommandLineArguments="[testAssembly.MSTestCommandLineArgs]" />
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
<If.Else>
|
||||
<mtbwa:MSTest RunTitle="[testAssembly.RunName]" Category="[testAssembly.CategoryFilter]" DisplayName="Run MSTest for Test Assemblies" Flavor="[platformConfiguration.Configuration]" MaxPriority="[testAssembly.MaximumPriority]" MinPriority="[testAssembly.MinimumPriority]" PathToResultsFilesRoot="[TestResultsDirectory]" Platform="[platformConfiguration.Platform]" SearchPathRoot="[outputDirectory]" TestContainers="[testAssemblies]" CommandLineArguments="[testAssembly.MSTestCommandLineArgs]" />
|
||||
</If.Else>
|
||||
</If>
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</If.Else>
|
||||
</If>
|
||||
</If.Else>
|
||||
</If>
|
||||
</TryCatch.Try>
|
||||
<TryCatch.Catches>
|
||||
<Catch x:TypeArguments="s:Exception">
|
||||
<ActivityAction x:TypeArguments="s:Exception">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="s:Exception" Name="testException" />
|
||||
</ActivityAction.Argument>
|
||||
<Sequence DisplayName="Handle Test Run Exception">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="scg:ICollection(mtbc:IQueuedBuild)" Name="failedRequests" />
|
||||
</Sequence.Variables>
|
||||
<If Condition="[Not (TypeOf testException Is Microsoft.TeamFoundation.Build.Workflow.Activities.TestFailureException)]" DisplayName="If testException is NOT TestFailureException" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:WriteBuildError DisplayName="Write Test Failure Message" Message="[testException.Message]" />
|
||||
</If.Then>
|
||||
</If>
|
||||
<mtbwa:SetBuildProperties DisplayName="Set TestStatus to Failed" PropertiesToSet="TestStatus" TestStatus="[Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Failed]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<If Condition="[spec.FailBuildOnFailure]" DisplayName="If spec.FailBuildOnFailure" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Assign x:TypeArguments="s:Boolean" DisplayName="Set treatTestFailureAsBuildFailure to True" To="[treatTestFailureAsBuildFailure]" Value="[True]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</If.Then>
|
||||
</If>
|
||||
<mtbwa:GetApprovedRequests DisplayName="Get Requests Approved for Check In" Result="[failedRequests]" mtbwt:BuildTrackingParticipant.Importance="None" />
|
||||
<mtbwa:RetryRequests Behavior="[Microsoft.TeamFoundation.Build.Workflow.Activities.RetryBehavior.DoNotBatch]" DisplayName="Mark Requests for Retry" Requests="[failedRequests]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</Sequence>
|
||||
</ActivityAction>
|
||||
</Catch>
|
||||
</TryCatch.Catches>
|
||||
</TryCatch>
|
||||
</ActivityAction>
|
||||
</ForEach>
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
<If.Else>
|
||||
<If Condition="[(Not TestSpecs Is Nothing) And (TestSpecs.Count > 0)]" DisplayName="If TestSpecs Is Not Nothing or Empty" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:WriteBuildWarning DisplayName="Write Warning" Message="No automated tests will be run for this build because tests have been disabled for this build definition. To enable these tests, edit this build definition and set the Disable Tests process parameter to false." />
|
||||
</If.Then>
|
||||
</If>
|
||||
</If.Else>
|
||||
</If>
|
||||
</Sequence>
|
||||
</ActivityAction>
|
||||
</ForEach>
|
||||
<If Condition="[BuildDetail.CompilationStatus = Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Unknown]" DisplayName="If CompilationStatus = Unknown" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:SetBuildProperties CompilationStatus="[Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Succeeded]" DisplayName="Set CompilationStatus to Succeeded" PropertiesToSet="CompilationStatus" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[BuildDetail.TestStatus = Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Unknown]" DisplayName="If TestStatus = Unknown" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:SetBuildProperties DisplayName="Set TestStatus to Succeeded" PropertiesToSet="TestStatus" TestStatus="[Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Succeeded]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[treatTestFailureAsBuildFailure And (BuildDetail.TestStatus = Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Failed)]" DisplayName="If TreatTestFailureAsBuildFailure And (TestStatus = Failed)" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:SetBuildProperties DisplayName="Set Status to Failed" PropertiesToSet="Status" Status="[Microsoft.TeamFoundation.Build.Client.BuildStatus.Failed]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</TryCatch.Try>
|
||||
<TryCatch.Catches>
|
||||
<Catch x:TypeArguments="s:Exception">
|
||||
<ActivityAction x:TypeArguments="s:Exception">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="s:Exception" Name="compilationExceptionArgument" />
|
||||
</ActivityAction.Argument>
|
||||
<Assign x:TypeArguments="s:Exception" DisplayName="Save the Compilation Exception" To="[compilationException]" Value="[compilationExceptionArgument]" mtbwt:BuildTrackingParticipant.Importance="None" />
|
||||
</ActivityAction>
|
||||
</Catch>
|
||||
</TryCatch.Catches>
|
||||
</TryCatch>
|
||||
<If Condition="[AssociateChangesetsAndWorkItems]" DisplayName="If AssociateChangesetsAndWorkItems" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<If Condition="[CreateLabel]" DisplayName="If CreateLabel and AssociateChangesetsAndWorkItems" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:InvokeForReason DisplayName="Associate Changesets and Work Items for non-Shelveset Builds" Reason="Manual, IndividualCI, BatchedCI, Schedule, ScheduleForced, UserCreated">
|
||||
<mtbwa:AssociateChangesetsAndWorkItems DisplayName="Associate Changesets and Work Items" Result="[associatedChangesets]" />
|
||||
</mtbwa:InvokeForReason>
|
||||
</If.Then>
|
||||
<If.Else>
|
||||
<mtbwa:WriteBuildWarning DisplayName="Write Associate Changesets and Work Items Warning" Message="Cannot Associate Changesets and Work Items because the Label Sources option is set to False." />
|
||||
</If.Else>
|
||||
</If>
|
||||
</If.Then>
|
||||
</If>
|
||||
</Parallel>
|
||||
<If Condition="[Not compilationException Is Nothing]" DisplayName="If a Compilation Exception Occurred" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Throw DisplayName="Rethrow Compilation Exception" Exception="[compilationException]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</If.Then>
|
||||
</If>
|
||||
<Parallel DisplayName="Get Impacted Tests, Index Sources and Publish Symbols">
|
||||
<If Condition="[PerformTestImpactAnalysis]" DisplayName="If PerformTestImpactAnalysis" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Sequence DisplayName="Get Impacted Tests" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="scg:IEnumerable(x:String)" Name="assemblies" />
|
||||
</Sequence.Variables>
|
||||
<mtbwa:FindMatchingFiles DisplayName="Find Build Outputs" MatchPattern="[String.Format("{0}\**\*.dll;{0}\**\*.exe", BinariesDirectory)]" Result="[assemblies]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<mttbb:GetImpactedTests Assemblies="[assemblies]" AssociatedChangesets="[associatedChangesets]" BinariesRoot="[BinariesDirectory]" Build="[BuildDetail]" CodeChanges="{x:Null}" DisplayName="Get Impacted Tests" ImpactedTests="{x:Null}" Workspace="[Workspace]" />
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[SourceAndSymbolServerSettings.IndexSources Or SourceAndSymbolServerSettings.HasSymbolStorePath]" DisplayName="If SourceAndSymbolServerSettings.IndexSources Or SourceAndSymbolServerSettings.HasSymbolStorePath" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:InvokeForReason DisplayName="Index Sources and Publish Symbols for Triggered Builds" Reason="Triggered">
|
||||
<mtbwa:InvokeForReason.Variables>
|
||||
<Variable x:TypeArguments="scg:IEnumerable(x:String)" Name="symbolFiles" />
|
||||
</mtbwa:InvokeForReason.Variables>
|
||||
<mtbwa:FindMatchingFiles DisplayName="Find Symbol Files" MatchPattern="[String.Format("{0}\**\*.pdb", BinariesDirectory)]" Result="[symbolFiles]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
<If Condition="[SourceAndSymbolServerSettings.IndexSources]" DisplayName="If SourceAndSymbolServerSettings.IndexSources" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<TryCatch DisplayName="Try Index Sources" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<TryCatch.Try>
|
||||
<mtbwa:IndexSources DisplayName="Index Sources" FileList="[symbolFiles]" />
|
||||
</TryCatch.Try>
|
||||
<TryCatch.Catches>
|
||||
<Catch x:TypeArguments="s:Exception">
|
||||
<ActivityAction x:TypeArguments="s:Exception">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="s:Exception" Name="exception" />
|
||||
</ActivityAction.Argument>
|
||||
<mtbwa:WriteBuildError DisplayName="Write Indexing Sources Error" Message="[exception.Message]" />
|
||||
</ActivityAction>
|
||||
</Catch>
|
||||
</TryCatch.Catches>
|
||||
</TryCatch>
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[SourceAndSymbolServerSettings.HasSymbolStorePath]" DisplayName="If SourceAndSymbolServerSettings.HasSymbolStorePath" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<TryCatch DisplayName="Try Publish Symbols" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<TryCatch.Try>
|
||||
<mtbwa:SharedResourceScope DisplayName="Synchronize Access to Symbol Store" MaxExecutionTime="[TimeSpan.Zero]" MaxWaitTime="[New TimeSpan(1, 0, 0)]" ResourceName="[SourceAndSymbolServerSettings.SymbolStorePath]" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<mtbwa:PublishSymbols DisplayName="Publish Symbols" FileList="[symbolFiles]" ProductName="[BuildDetail.BuildDefinition.Name]" StorePath="[SourceAndSymbolServerSettings.SymbolStorePath]" Version="[BuildDetail.BuildNumber]" />
|
||||
</mtbwa:SharedResourceScope>
|
||||
</TryCatch.Try>
|
||||
<TryCatch.Catches>
|
||||
<Catch x:TypeArguments="s:Exception">
|
||||
<ActivityAction x:TypeArguments="s:Exception">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="s:Exception" Name="exception" />
|
||||
</ActivityAction.Argument>
|
||||
<mtbwa:WriteBuildError DisplayName="Write Publishing Symbols Error" Message="[exception.Message]" />
|
||||
</ActivityAction>
|
||||
</Catch>
|
||||
</TryCatch.Catches>
|
||||
</TryCatch>
|
||||
</If.Then>
|
||||
</If>
|
||||
</mtbwa:InvokeForReason>
|
||||
</If.Then>
|
||||
</If>
|
||||
</Parallel>
|
||||
</Sequence>
|
||||
</TryCatch.Try>
|
||||
</TryCatch>
|
||||
</mtbwa:AgentScope>
|
||||
<mtbwa:InvokeForReason DisplayName="Check In Gated Changes for CheckInShelveset Builds" Reason="CheckInShelveset">
|
||||
<mtbwa:CheckInGatedChanges DisplayName="Check In Gated Changes" />
|
||||
</mtbwa:InvokeForReason>
|
||||
</Sequence>
|
||||
</Activity>
|
|
@ -1,602 +0,0 @@
|
|||
<Activity mc:Ignorable="sap" x:Class="TfsBuild.Process" this:Process.BuildSettings="[New Microsoft.TeamFoundation.Build.Workflow.Activities.BuildSettings()]" this:Process.TestSpecs="[New Microsoft.TeamFoundation.Build.Workflow.Activities.TestSpecList(New Microsoft.TeamFoundation.Build.Workflow.Activities.TestAssemblySpec("**\*test*.dll"))]" this:Process.BuildNumberFormat="["$(BuildDefinitionName)_$(Date:yyyyMMdd)$(Rev:.r)"]" this:Process.CleanWorkspace="[Microsoft.TeamFoundation.Build.Workflow.Activities.CleanWorkspaceOption.All]" this:Process.RunCodeAnalysis="[Microsoft.TeamFoundation.Build.Workflow.Activities.CodeAnalysisOption.AsConfigured]" this:Process.SourceAndSymbolServerSettings="[New Microsoft.TeamFoundation.Build.Workflow.Activities.SourceAndSymbolServerSettings(True, Nothing)]" this:Process.AgentSettings="[New Microsoft.TeamFoundation.Build.Workflow.Activities.AgentSettings() With {.MaxWaitTime = New System.TimeSpan(4, 0, 0), .MaxExecutionTime = New System.TimeSpan(0, 0, 0), .TagComparison = Microsoft.TeamFoundation.Build.Workflow.Activities.TagComparison.MatchExactly }]" this:Process.AssociateChangesetsAndWorkItems="[True]" this:Process.CreateWorkItem="[True]" this:Process.DropBuild="[True]" this:Process.MSBuildPlatform="[Microsoft.TeamFoundation.Build.Workflow.Activities.ToolPlatform.Auto]" this:Process.PerformTestImpactAnalysis="[True]" this:Process.CreateLabel="[True]" this:Process.DisableTests="[False]" this:Process.Verbosity="[Microsoft.TeamFoundation.Build.Workflow.BuildVerbosity.Normal]" this:Process.SupportedReasons="All" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mt="clr-namespace:Microsoft.TeamFoundation;assembly=Microsoft.TeamFoundation.Common" xmlns:mtbc="clr-namespace:Microsoft.TeamFoundation.Build.Client;assembly=Microsoft.TeamFoundation.Build.Client" xmlns:mtbw="clr-namespace:Microsoft.TeamFoundation.Build.Workflow;assembly=Microsoft.TeamFoundation.Build.Workflow" xmlns:mtbwa="clr-namespace:Microsoft.TeamFoundation.Build.Workflow.Activities;assembly=Microsoft.TeamFoundation.Build.Workflow" xmlns:mtbwt="clr-namespace:Microsoft.TeamFoundation.Build.Workflow.Tracking;assembly=Microsoft.TeamFoundation.Build.Workflow" xmlns:mttbb="clr-namespace:Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildActivities;assembly=Microsoft.TeamFoundation.TestImpact.BuildIntegration" xmlns:mtvc="clr-namespace:Microsoft.TeamFoundation.VersionControl.Client;assembly=Microsoft.TeamFoundation.VersionControl.Client" xmlns:mtvc1="clr-namespace:Microsoft.TeamFoundation.VersionControl.Common;assembly=Microsoft.TeamFoundation.VersionControl.Common" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:sa="clr-namespace:System.Activities;assembly=System.Activities" xmlns:sad="clr-namespace:System.Activities.Debugger;assembly=System.Activities" xmlns:sap="http://schemas.microsoft.com/netfx/2009/xaml/activities/presentation" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:si="clr-namespace:System.IO;assembly=mscorlib" xmlns:sl="clr-namespace:System.Linq;assembly=System.Core" xmlns:this="clr-namespace:TfsBuild" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<x:Members>
|
||||
<x:Property Name="BuildSettings" Type="InArgument(mtbwa:BuildSettings)" />
|
||||
<x:Property Name="TestSpecs" Type="InArgument(mtbwa:TestSpecList)" />
|
||||
<x:Property Name="BuildNumberFormat" Type="InArgument(x:String)" />
|
||||
<x:Property Name="CleanWorkspace" Type="InArgument(mtbwa:CleanWorkspaceOption)" />
|
||||
<x:Property Name="RunCodeAnalysis" Type="InArgument(mtbwa:CodeAnalysisOption)" />
|
||||
<x:Property Name="SourceAndSymbolServerSettings" Type="InArgument(mtbwa:SourceAndSymbolServerSettings)" />
|
||||
<x:Property Name="AgentSettings" Type="InArgument(mtbwa:AgentSettings)" />
|
||||
<x:Property Name="AssociateChangesetsAndWorkItems" Type="InArgument(x:Boolean)" />
|
||||
<x:Property Name="CreateWorkItem" Type="InArgument(x:Boolean)" />
|
||||
<x:Property Name="DropBuild" Type="InArgument(x:Boolean)" />
|
||||
<x:Property Name="MSBuildArguments" Type="InArgument(x:String)" />
|
||||
<x:Property Name="MSBuildPlatform" Type="InArgument(mtbwa:ToolPlatform)" />
|
||||
<x:Property Name="PerformTestImpactAnalysis" Type="InArgument(x:Boolean)" />
|
||||
<x:Property Name="CreateLabel" Type="InArgument(x:Boolean)" />
|
||||
<x:Property Name="DisableTests" Type="InArgument(x:Boolean)" />
|
||||
<x:Property Name="GetVersion" Type="InArgument(x:String)" />
|
||||
<x:Property Name="PrivateDropLocation" Type="InArgument(x:String)" />
|
||||
<x:Property Name="Verbosity" Type="InArgument(mtbw:BuildVerbosity)" />
|
||||
<x:Property Name="Metadata" Type="mtbw:ProcessParameterMetadataCollection" />
|
||||
<x:Property Name="SupportedReasons" Type="mtbc:BuildReason" />
|
||||
</x:Members>
|
||||
<this:Process.MSBuildArguments>
|
||||
<InArgument x:TypeArguments="x:String" />
|
||||
</this:Process.MSBuildArguments>
|
||||
<this:Process.GetVersion>
|
||||
<InArgument x:TypeArguments="x:String" />
|
||||
</this:Process.GetVersion>
|
||||
<this:Process.Metadata>
|
||||
<mtbw:ProcessParameterMetadataCollection />
|
||||
</this:Process.Metadata>
|
||||
<mva:VisualBasic.Settings>Assembly references and imported namespaces serialized as XML namespaces</mva:VisualBasic.Settings>
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="ShouldExpandAll">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<Sequence sad:XamlDebuggerXmlReader.FileName="C:\vstf\lab26vsts\src\vset\SCM\BigBuild\templates\defaulttemplate.xaml" sap:VirtualizedContainerService.HintSize="1972,13038" mtbwt:BuildTrackingParticipant.Importance="None">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="mtbc:IBuildDetail" Name="BuildDetail" />
|
||||
</Sequence.Variables>
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<mtbwa:GetBuildDetail DisplayName="Get the Build" sap:VirtualizedContainerService.HintSize="1950,22" mtbwt:BuildTrackingParticipant.Importance="Low" Result="[BuildDetail]" />
|
||||
<Sequence DisplayName="Update Drop Location" sap:VirtualizedContainerService.HintSize="1950,1310" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<mtbwa:InvokeForReason DisplayName="Update Build Number for Triggered Builds" sap:VirtualizedContainerService.HintSize="611,146" Reason="Triggered">
|
||||
<mtbwa:UpdateBuildNumber BuildNumberFormat="[BuildNumberFormat]" DisplayName="Update Build Number" sap:VirtualizedContainerService.HintSize="200,22" />
|
||||
</mtbwa:InvokeForReason>
|
||||
<If Condition="[DropBuild AndAlso (BuildDetail.Reason And Microsoft.TeamFoundation.Build.Client.BuildReason.Triggered) = BuildDetail.Reason]" DisplayName="If DropBuild And Build Reason is Triggered" sap:VirtualizedContainerService.HintSize="611,550" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Sequence sap:VirtualizedContainerService.HintSize="486,449" mtbwt:BuildTrackingParticipant.Importance="None">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<If Condition="[String.IsNullOrEmpty(BuildDetail.DropLocationRoot)]" DisplayName="If DropLocationRoot is empty" sap:VirtualizedContainerService.HintSize="464,201" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Throw DisplayName="Throw EmptyDropLocationRootException" Exception="[New Microsoft.TeamFoundation.Build.Workflow.Activities.EmptyDropLocationRootException(BuildDetail.BuildDefinition.Name)]" sap:VirtualizedContainerService.HintSize="269,100" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</If.Then>
|
||||
</If>
|
||||
<mtbwa:SetBuildProperties DisplayName="Set Drop Location" DropLocation="[BuildDetail.DropLocationRoot + "\" + BuildDetail.BuildDefinition.Name + "\" + BuildDetail.BuildNumber]" sap:VirtualizedContainerService.HintSize="464,22" mtbwt:BuildTrackingParticipant.Importance="Low" PropertiesToSet="DropLocation" />
|
||||
<mtbwa:CreateDirectory Directory="[BuildDetail.DropLocation]" DisplayName="Create the Drop Location" sap:VirtualizedContainerService.HintSize="464,22" mtbwt:BuildTrackingParticipant.Importance="Normal" />
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[DropBuild AndAlso BuildDetail.Reason = Microsoft.TeamFoundation.Build.Client.BuildReason.ValidateShelveset]" DisplayName="If DropBuild And Build Reason is ValidateShelveset" sap:VirtualizedContainerService.HintSize="611,410" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<If Condition="[Not String.IsNullOrEmpty(PrivateDropLocation)]" sap:VirtualizedContainerService.HintSize="464,309" mtbwt:BuildTrackingParticipant.Importance="None">
|
||||
<If.Then>
|
||||
<Sequence sap:VirtualizedContainerService.HintSize="231,208" mtbwt:BuildTrackingParticipant.Importance="None">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<mtbwa:SetBuildProperties DisplayName="Set Drop Location for Private Build" DropLocation="[PrivateDropLocation + "\" + BuildDetail.BuildDefinition.Name + "\" + BuildDetail.BuildNumber]" sap:VirtualizedContainerService.HintSize="200,22" mtbwt:BuildTrackingParticipant.Importance="Low" PropertiesToSet="DropLocation" />
|
||||
<mtbwa:CreateDirectory Directory="[BuildDetail.DropLocation]" DisplayName="Create the Drop Location" sap:VirtualizedContainerService.HintSize="200,22" mtbwt:BuildTrackingParticipant.Importance="Normal" />
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
<If.Else>
|
||||
<mtbwa:WriteBuildWarning sap:VirtualizedContainerService.HintSize="208,208" Message="The build outputs for this private build will not be copied to the drop location because the PrivateDropLocation is not set." />
|
||||
</If.Else>
|
||||
</If>
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
<mtbwa:AgentScope DisplayName="Run On Agent" sap:VirtualizedContainerService.HintSize="1950,11316" MaxExecutionTime="[AgentSettings.MaxExecutionTime]" MaxWaitTime="[AgentSettings.MaxWaitTime]" ReservationSpec="[AgentSettings.GetAgentReservationSpec()]">
|
||||
<mtbwa:AgentScope.Variables>
|
||||
<Variable x:TypeArguments="mtbc:IBuildAgent" Name="BuildAgent" />
|
||||
<Variable x:TypeArguments="mtvc:Workspace" Name="Workspace" />
|
||||
<Variable x:TypeArguments="x:String" Name="BuildDirectory" />
|
||||
<Variable x:TypeArguments="x:String" Default="[BuildDetail.BuildNumber]" Name="LabelName" />
|
||||
<Variable x:TypeArguments="x:String" Name="WorkspaceName" />
|
||||
<Variable x:TypeArguments="x:String" Name="SourcesDirectory" />
|
||||
<Variable x:TypeArguments="x:String" Name="BinariesDirectory" />
|
||||
<Variable x:TypeArguments="x:String" Name="TestResultsDirectory" />
|
||||
</mtbwa:AgentScope.Variables>
|
||||
<Sequence DisplayName="Initialize Variables" sap:VirtualizedContainerService.HintSize="1928,1046" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<mtbwa:GetBuildAgent DisplayName="Get the Agent" sap:VirtualizedContainerService.HintSize="464,22" mtbwt:BuildTrackingParticipant.Importance="Low" Result="[BuildAgent]" />
|
||||
<mtbwa:GetBuildDirectory DisplayName="Get the Build Directory" sap:VirtualizedContainerService.HintSize="464,22" mtbwt:BuildTrackingParticipant.Importance="Low" Result="[BuildDirectory]" />
|
||||
<Assign x:TypeArguments="x:String" DisplayName="Initialize Workspace Name" sap:VirtualizedContainerService.HintSize="464,22" mtbwt:BuildTrackingParticipant.Importance="Low" To="[WorkspaceName]" Value="[String.Format("{0}_{1}_{2}", BuildDetail.BuildDefinition.Id, Microsoft.TeamFoundation.LinkingUtilities.DecodeUri(BuildAgent.Uri.AbsoluteUri).ToolSpecificId, BuildAgent.ServiceHost.Name)]" />
|
||||
<Assign x:TypeArguments="x:String" DisplayName="Initialize Sources Directory" sap:VirtualizedContainerService.HintSize="464,22" mtbwt:BuildTrackingParticipant.Importance="Low" To="[SourcesDirectory]" Value="[String.Format("{0}\Sources", BuildDirectory)]" />
|
||||
<Assign x:TypeArguments="x:String" DisplayName="Initialize Binaries Directory" sap:VirtualizedContainerService.HintSize="464,22" mtbwt:BuildTrackingParticipant.Importance="Low" To="[BinariesDirectory]" Value="[String.Format("{0}\Binaries", BuildDirectory)]" />
|
||||
<Assign x:TypeArguments="x:String" DisplayName="Initialize TestResults Directory" sap:VirtualizedContainerService.HintSize="464,22" mtbwt:BuildTrackingParticipant.Importance="Low" To="[TestResultsDirectory]" Value="[String.Format("{0}\TestResults", BuildDirectory)]" />
|
||||
<If Condition="[Not BuildSettings.HasPlatformConfigurations]" DisplayName="If Not BuildSettings.HasPlatformConfigurations" sap:VirtualizedContainerService.HintSize="464,201" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<AddToCollection x:TypeArguments="mtbwa:PlatformConfiguration" DisplayName="Use Default Platform Configuration" Collection="[BuildSettings.PlatformConfigurations]" Item="[Microsoft.TeamFoundation.Build.Workflow.Activities.PlatformConfiguration.Default]" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[WorkspaceName.Length > Microsoft.TeamFoundation.VersionControl.Common.RepositoryConstants.MaxWorkspaceNameSize]" DisplayName="If WorkspaceName > MaxSize" sap:VirtualizedContainerService.HintSize="464,309" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Sequence sap:VirtualizedContainerService.HintSize="281,208" mtbwt:BuildTrackingParticipant.Importance="None">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<mtbwa:WriteBuildWarning sap:VirtualizedContainerService.HintSize="200,22" Message="[String.Format("The workspace name '{0}' exceeds the maximum allowed limit of '{1}' characters. Truncating it to match the maximum limit.", WorkspaceName, Microsoft.TeamFoundation.VersionControl.Common.RepositoryConstants.MaxWorkspaceNameSize)]" />
|
||||
<Assign x:TypeArguments="x:String" DisplayName="Truncate WorkspaceName to MaxSize" sap:VirtualizedContainerService.HintSize="200,22" mtbwt:BuildTrackingParticipant.Importance="Low" To="[WorkspaceName]" Value="[WorkspaceName.Substring(0, Microsoft.TeamFoundation.VersionControl.Common.RepositoryConstants.MaxWorkspaceNameSize).TrimEnd()]" />
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
<Sequence DisplayName="Initialize Workspace" sap:VirtualizedContainerService.HintSize="1928,1819" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<mtbwa:DeleteDirectory Directory="[TestResultsDirectory]" DisplayName="Delete Test Results Directory" sap:VirtualizedContainerService.HintSize="818,22" mtbwt:BuildTrackingParticipant.Importance="Normal" Recursive="[True]" />
|
||||
<If Condition="[Not CleanWorkspace = Microsoft.TeamFoundation.Build.Workflow.Activities.CleanWorkspaceOption.None]" DisplayName="If Not CleanWorkspace = CleanWorkspaceOption.None" sap:VirtualizedContainerService.HintSize="818,201" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:DeleteDirectory Directory="[BinariesDirectory]" DisplayName="Delete Binaries Directory" sap:VirtualizedContainerService.HintSize="269,100" mtbwt:BuildTrackingParticipant.Importance="Normal" />
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[CleanWorkspace = Microsoft.TeamFoundation.Build.Workflow.Activities.CleanWorkspaceOption.All]" DisplayName="If CleanWorkspace = CleanWorkspaceOption.All" sap:VirtualizedContainerService.HintSize="818,309" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Sequence DisplayName="Delete Workspace and Sources Directory" sap:VirtualizedContainerService.HintSize="281,208" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<mtbwa:DeleteWorkspace DeleteLocalItems="[True]" DisplayName="Delete Workspace" sap:VirtualizedContainerService.HintSize="200,22" mtbwt:BuildTrackingParticipant.Importance="Normal" Name="[WorkspaceName]" />
|
||||
<mtbwa:DeleteDirectory Directory="[SourcesDirectory]" DisplayName="Delete Sources Directory" sap:VirtualizedContainerService.HintSize="200,22" mtbwt:BuildTrackingParticipant.Importance="Normal" />
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
</If>
|
||||
<mtbwa:CreateWorkspace BuildDirectory="[BuildDirectory]" Comment="["Workspace Created by Team Build"]" DisplayName="Create Workspace" sap:VirtualizedContainerService.HintSize="818,22" Name="[WorkspaceName]" Result="[Workspace]" SourcesDirectory="[SourcesDirectory]" />
|
||||
<If Condition="[CleanWorkspace = Microsoft.TeamFoundation.Build.Workflow.Activities.CleanWorkspaceOption.Outputs]" DisplayName="If CleanWorkspace = CleanWorkspaceOption.Outputs" sap:VirtualizedContainerService.HintSize="818,919" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<ForEach x:TypeArguments="mtbwa:PlatformConfiguration" DisplayName="For Each Configuration in BuildSettings.PlatformConfigurations" sap:VirtualizedContainerService.HintSize="693,818" mtbwt:BuildTrackingParticipant.Importance="Low" Values="[BuildSettings.PlatformConfigurations]">
|
||||
<ActivityAction x:TypeArguments="mtbwa:PlatformConfiguration">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="mtbwa:PlatformConfiguration" Name="platformConfiguration" />
|
||||
</ActivityAction.Argument>
|
||||
<Sequence DisplayName="Clean Configuration" sap:VirtualizedContainerService.HintSize="663,715">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<If Condition="[BuildSettings.HasProjectsToBuild]" DisplayName="If BuildSettings.HasProjectsToBuild" sap:VirtualizedContainerService.HintSize="641,591" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<ForEach x:TypeArguments="x:String" DisplayName="For Each Project in BuildSettings.ProjectsToBuild" sap:VirtualizedContainerService.HintSize="516,490" mtbwt:BuildTrackingParticipant.Importance="Low" Values="[BuildSettings.ProjectsToBuild]">
|
||||
<ActivityAction x:TypeArguments="x:String">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="x:String" Name="serverBuildProjectItem" />
|
||||
</ActivityAction.Argument>
|
||||
<Sequence DisplayName="Clean Project" sap:VirtualizedContainerService.HintSize="486,387" mtbwt:BuildTrackingParticipant.Importance="Normal">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="x:String" Name="localBuildProjectItem" />
|
||||
</Sequence.Variables>
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<mtbwa:ConvertWorkspaceItem DisplayName="Convert Server Paths to Local Paths" sap:VirtualizedContainerService.HintSize="464,22" mtbwt:BuildTrackingParticipant.Importance="Low" Input="[serverBuildProjectItem]" Result="[localBuildProjectItem]" Workspace="[Workspace]" />
|
||||
<If Condition="[System.IO.File.Exists(localBuildProjectItem)]" DisplayName="If File.Exists(Project)" sap:VirtualizedContainerService.HintSize="464,201" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:MSBuild CommandLineArguments="[String.Format("/p:SkipInvalidConfigurations=true {0}", MSBuildArguments)]" Configuration="[platformConfiguration.Configuration]" DisplayName="Run MSBuild for Project" GenerateVSPropsFile="[True]" sap:VirtualizedContainerService.HintSize="269,100" OutDir="[BinariesDirectory]" Platform="[platformConfiguration.Platform]" Project="[localBuildProjectItem]" Targets="[New String() { "Clean" }]" TargetsNotLogged="[New String() {"GetNativeManifest", "GetCopyToOutputDirectoryItems", "GetTargetPath"}]" ToolPlatform="[MSBuildPlatform]" Verbosity="[Verbosity]" />
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</ActivityAction>
|
||||
</ForEach>
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</ActivityAction>
|
||||
</ForEach>
|
||||
</If.Then>
|
||||
</If>
|
||||
<mtbwa:SyncWorkspace DisplayName="Get Workspace" sap:VirtualizedContainerService.HintSize="818,22" VersionOverride="[GetVersion]" Workspace="[Workspace]" />
|
||||
</Sequence>
|
||||
<If Condition="[CreateLabel]" DisplayName="If CreateLabel" sap:VirtualizedContainerService.HintSize="1928,309" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:InvokeForReason DisplayName="Create and Set Label for non-Shelveset Builds" sap:VirtualizedContainerService.HintSize="281,208" Reason="Manual, IndividualCI, BatchedCI, Schedule, ScheduleForced, UserCreated">
|
||||
<mtbwa:LabelWorkspace Comment="["Label Created by Team Build"]" DisplayName="Create Label" sap:VirtualizedContainerService.HintSize="200,22" Name="[LabelName]" Scope="[String.Format("$/{0}", BuildDetail.BuildDefinition.TeamProject)]" Workspace="[Workspace]" />
|
||||
<mtbwa:SetBuildProperties DisplayName="Set Label on BuildDetail" sap:VirtualizedContainerService.HintSize="200,22" mtbwt:BuildTrackingParticipant.Importance="Low" LabelName="[String.Format("{0}@$/{1}", LabelName, BuildDetail.BuildDefinition.TeamProject)]" PropertiesToSet="LabelName" />
|
||||
</mtbwa:InvokeForReason>
|
||||
</If.Then>
|
||||
</If>
|
||||
<TryCatch DisplayName="Try Compile, Test, and Associate Changesets and Work Items" sap:VirtualizedContainerService.HintSize="1928,7898" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<TryCatch.Finally>
|
||||
<Sequence DisplayName="Revert Workspace and Copy Files to Drop Location" sap:VirtualizedContainerService.HintSize="1910,511" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<mtbwa:InvokeForReason DisplayName="Revert Workspace for Shelveset Builds" sap:VirtualizedContainerService.HintSize="464,146" Reason="ValidateShelveset, CheckInShelveset">
|
||||
<mtbwa:RevertWorkspace DisplayName="Revert Workspace" sap:VirtualizedContainerService.HintSize="200,22" Workspace="[Workspace]" />
|
||||
</mtbwa:InvokeForReason>
|
||||
<If Condition="[DropBuild AndAlso Not String.IsNullOrEmpty(BuildDetail.DropLocation)]" DisplayName="If DropBuild And DropLocation is Set" sap:VirtualizedContainerService.HintSize="464,201" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:CopyDirectory Destination="[BuildDetail.DropLocation]" DisplayName="Copy Files to Drop Location" sap:VirtualizedContainerService.HintSize="269,100" Source="[BinariesDirectory]" />
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</TryCatch.Finally>
|
||||
<TryCatch.Try>
|
||||
<Sequence sap:VirtualizedContainerService.HintSize="1910,7226" mtbwt:BuildTrackingParticipant.Importance="None">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="s:Exception" Name="compilationException" />
|
||||
<Variable x:TypeArguments="scg:IList(mtvc:Changeset)" Name="associatedChangesets" />
|
||||
<Variable x:TypeArguments="x:Boolean" Name="treatTestFailureAsBuildFailure" />
|
||||
</Sequence.Variables>
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<Parallel DisplayName="Compile, Test, and Associate Changesets and Work Items" sap:VirtualizedContainerService.HintSize="1888,5264">
|
||||
<TryCatch DisplayName="Try Compile and Test" sap:VirtualizedContainerService.HintSize="1270,5218" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<TryCatch.Try>
|
||||
<Sequence DisplayName="Compile and Test" sap:VirtualizedContainerService.HintSize="1252,4850">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<ForEach x:TypeArguments="mtbwa:PlatformConfiguration" DisplayName="For Each Configuration in BuildSettings.PlatformConfigurations" sap:VirtualizedContainerService.HintSize="1230,4003" mtbwt:BuildTrackingParticipant.Importance="Low" Values="[BuildSettings.PlatformConfigurations]">
|
||||
<ActivityAction x:TypeArguments="mtbwa:PlatformConfiguration">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="mtbwa:PlatformConfiguration" Name="platformConfiguration" />
|
||||
</ActivityAction.Argument>
|
||||
<Sequence DisplayName="Compile and Test for Configuration" sap:VirtualizedContainerService.HintSize="1200,3900" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="x:String" Name="outputDirectory" />
|
||||
<Variable x:TypeArguments="x:String" Name="logFileDropLocation" />
|
||||
</Sequence.Variables>
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<Sequence DisplayName="Initialize Variables" sap:VirtualizedContainerService.HintSize="1178,387" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<Assign x:TypeArguments="x:String" DisplayName="Initialize OutputDirectory" sap:VirtualizedContainerService.HintSize="464,22" mtbwt:BuildTrackingParticipant.Importance="Low" To="[outputDirectory]" Value="[If (platformConfiguration.IsEmpty Or BuildSettings.PlatformConfigurations.Count = 1, BinariesDirectory, If (platformConfiguration.IsPlatformEmptyOrAnyCpu, BinariesDirectory + "\" + platformConfiguration.Configuration, BinariesDirectory + "\" + platformConfiguration.Platform + "\" + platformConfiguration.Configuration))]" />
|
||||
<If Condition="[Not String.IsNullOrEmpty(BuildDetail.DropLocation)]" DisplayName="If DropLocation is Set" sap:VirtualizedContainerService.HintSize="464,201" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Assign x:TypeArguments="x:String" DisplayName="Initialize LogFile Drop Location" sap:VirtualizedContainerService.HintSize="269,100" mtbwt:BuildTrackingParticipant.Importance="Low" To="[logFileDropLocation]" Value="[If (platformConfiguration.IsEmpty Or BuildSettings.PlatformConfigurations.Count = 1, BuildDetail.DropLocation + "\logs", If (platformConfiguration.IsPlatformEmptyOrAnyCpu, BuildDetail.DropLocation + "\logs\" + platformConfiguration.Configuration, BuildDetail.DropLocation + "\logs\" + platformConfiguration.Platform + "\" + platformConfiguration.Configuration))]" />
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
<If Condition="[BuildSettings.HasProjectsToBuild]" DisplayName="If BuildSettings.HasProjectsToBuild" sap:VirtualizedContainerService.HintSize="1178,1379" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<ForEach x:TypeArguments="x:String" DisplayName="For Each Project in BuildSettings.ProjectsToBuild" sap:VirtualizedContainerService.HintSize="536,1278" mtbwt:BuildTrackingParticipant.Importance="Low" Values="[BuildSettings.ProjectsToBuild]">
|
||||
<ActivityAction x:TypeArguments="x:String">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="x:String" Name="serverBuildProjectItem" />
|
||||
</ActivityAction.Argument>
|
||||
<TryCatch DisplayName="Try to Compile the Project" sap:VirtualizedContainerService.HintSize="506,1175" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<TryCatch.Try>
|
||||
<Sequence DisplayName="Compile the Project" sap:VirtualizedContainerService.HintSize="488,387" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="x:String" Name="localProject" />
|
||||
</Sequence.Variables>
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<mtbwa:ConvertWorkspaceItem DisplayName="Convert Server Path to Local Path" sap:VirtualizedContainerService.HintSize="464,22" mtbwt:BuildTrackingParticipant.Importance="Low" Input="[serverBuildProjectItem]" Result="[localProject]" Workspace="[Workspace]" />
|
||||
<If Condition="[Not System.IO.File.Exists(localProject)]" DisplayName="If Local File Doesn't Exist" sap:VirtualizedContainerService.HintSize="464,201">
|
||||
<If.Then>
|
||||
<Throw DisplayName="Throw FileNotFoundException" Exception="[New System.IO.FileNotFoundException(String.Format("The file {0} could not be found.", localProject), localProject)]" sap:VirtualizedContainerService.HintSize="219,100" />
|
||||
</If.Then>
|
||||
<If.Else>
|
||||
<mtbwa:MSBuild CommandLineArguments="[String.Format("/p:SkipInvalidConfigurations=true {0}", MSBuildArguments)]" Configuration="[platformConfiguration.Configuration]" DisplayName="Run MSBuild for Project" GenerateVSPropsFile="[True]" sap:VirtualizedContainerService.HintSize="220,100" LogFileDropLocation="[logFileDropLocation]" OutDir="[outputDirectory]" Platform="[platformConfiguration.Platform]" Project="[localProject]" RunCodeAnalysis="[RunCodeAnalysis]" TargetsNotLogged="[New String() {"GetNativeManifest", "GetCopyToOutputDirectoryItems", "GetTargetPath"}]" ToolPlatform="[MSBuildPlatform]" Verbosity="[Verbosity]" />
|
||||
</If.Else>
|
||||
</If>
|
||||
</Sequence>
|
||||
</TryCatch.Try>
|
||||
<TryCatch.Catches>
|
||||
<Catch x:TypeArguments="s:Exception" sap:VirtualizedContainerService.HintSize="492,526">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">False</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<ActivityAction x:TypeArguments="s:Exception">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="s:Exception" Name="ex" />
|
||||
</ActivityAction.Argument>
|
||||
<Sequence DisplayName="Handle Exception" sap:VirtualizedContainerService.HintSize="486,495">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<mtbwa:SetBuildProperties CompilationStatus="[Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Failed]" DisplayName="Set CompilationStatus to Failed" sap:VirtualizedContainerService.HintSize="464,22" mtbwt:BuildTrackingParticipant.Importance="Low" PropertiesToSet="CompilationStatus" />
|
||||
<If Condition="[CreateWorkItem]" DisplayName="If CreateWorkItem" sap:VirtualizedContainerService.HintSize="464,247" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:InvokeForReason DisplayName="Create Work Item for non-Shelveset Builds" sap:VirtualizedContainerService.HintSize="281,146" Reason="Manual, IndividualCI, BatchedCI, Schedule, ScheduleForced, UserCreated">
|
||||
<mtbwa:OpenWorkItem AssignedTo="[BuildDetail.RequestedFor]" Comment="["This work item was created by TFS Build on a build failure."]" CustomFields="[New Dictionary(Of String, String) From { {"System.Reason", "Build Failure"}, {"Microsoft.VSTS.TCM.ReproSteps", "Start the build using TFS Build"}, {"Priority", "1"}, {"Severity", "1 - Critical"} }]" DisplayName="Create Work Item" sap:VirtualizedContainerService.HintSize="200,22" Title="[String.Format("Build Failure in Build: {0}", BuildDetail.BuildNumber)]" Type="["Bug"]" />
|
||||
</mtbwa:InvokeForReason>
|
||||
</If.Then>
|
||||
</If>
|
||||
<Rethrow DisplayName="Rethrow the exception so the build will stop" sap:VirtualizedContainerService.HintSize="464,22" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</Sequence>
|
||||
</ActivityAction>
|
||||
</Catch>
|
||||
</TryCatch.Catches>
|
||||
</TryCatch>
|
||||
</ActivityAction>
|
||||
</ForEach>
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[Not DisableTests]" DisplayName="If Not DisableTests" sap:VirtualizedContainerService.HintSize="1178,1930" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Sequence DisplayName="Run Tests" sap:VirtualizedContainerService.HintSize="1053,1829" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<If Condition="[Not TestSpecs Is Nothing]" DisplayName="If Not TestSpecs Is Nothing" sap:VirtualizedContainerService.HintSize="1031,1705" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<ForEach x:TypeArguments="mtbwa:TestSpec" DisplayName="For Each TestSpec in TestSpecs" sap:VirtualizedContainerService.HintSize="906,1604" mtbwt:BuildTrackingParticipant.Importance="Low" Values="[TestSpecs]">
|
||||
<ActivityAction x:TypeArguments="mtbwa:TestSpec">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="mtbwa:TestSpec" Name="spec" />
|
||||
</ActivityAction.Argument>
|
||||
<TryCatch DisplayName="Try Run Tests" sap:VirtualizedContainerService.HintSize="876,1501" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<TryCatch.Try>
|
||||
<If Condition="[TypeOf spec Is Microsoft.TeamFoundation.Build.Workflow.Activities.TestMetadataFileSpec]" DisplayName="If spec Is TestMetadataFileSpec" sap:VirtualizedContainerService.HintSize="858,759" mtbwt:BuildTrackingParticipant.Importance="None">
|
||||
<If.Then>
|
||||
<Sequence DisplayName="Run MSTest for Metadata File" sap:VirtualizedContainerService.HintSize="222,658">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="mtbwa:TestMetadataFileSpec" Name="testMetadataFile" />
|
||||
<Variable x:TypeArguments="x:String" Name="localTestMetadata" />
|
||||
</Sequence.Variables>
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<Assign x:TypeArguments="mtbwa:TestMetadataFileSpec" DisplayName="Assign spec to testMetadataFile" sap:VirtualizedContainerService.HintSize="200,22" mtbwt:BuildTrackingParticipant.Importance="Low" To="[testMetadataFile]" Value="[DirectCast(spec, Microsoft.TeamFoundation.Build.Workflow.Activities.TestMetadataFileSpec)]" />
|
||||
<mtbwa:ConvertWorkspaceItem DisplayName="Convert Server Path to Local Path" sap:VirtualizedContainerService.HintSize="200,22" mtbwt:BuildTrackingParticipant.Importance="Low" Input="[testMetadataFile.MetadataFileName]" Result="[localTestMetadata]" Workspace="[Workspace]" />
|
||||
<mtbwa:MSTest Category="[testMetadataFile.CategoryFilter]" CommandLineArguments="[testMetadataFile.MSTestCommandLineArgs]" DisplayName="Run MSTest for Metadata File" Flavor="[platformConfiguration.Configuration]" sap:VirtualizedContainerService.HintSize="200,22" MaxPriority="[testMetadataFile.MaximumPriority]" MinPriority="[testMetadataFile.MinimumPriority]" PathToResultsFilesRoot="[TestResultsDirectory]" Platform="[platformConfiguration.Platform]" SearchPathRoot="[outputDirectory]" TestLists="[testMetadataFile.TestLists]" TestMetadata="[localTestMetadata]" TestSettings="[String.Empty]" />
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
<If.Else>
|
||||
<Sequence DisplayName="Run MSTest for Test Assemblies" sap:VirtualizedContainerService.HintSize="611,658" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="mtbwa:TestAssemblySpec" Name="testAssembly" />
|
||||
<Variable x:TypeArguments="scg:IEnumerable(x:String)" Name="testAssemblies" />
|
||||
<Variable x:TypeArguments="x:String" Default="[String.Empty]" Name="testFlavor" />
|
||||
<Variable x:TypeArguments="x:String" Default="[String.Empty]" Name="testPlatform" />
|
||||
</Sequence.Variables>
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<Assign x:TypeArguments="mtbwa:TestAssemblySpec" DisplayName="Assign spec to testAssembly" sap:VirtualizedContainerService.HintSize="589,22" mtbwt:BuildTrackingParticipant.Importance="Low" To="[testAssembly]" Value="[DirectCast(spec, Microsoft.TeamFoundation.Build.Workflow.Activities.TestAssemblySpec)]" />
|
||||
<mtbwa:FindMatchingFiles DisplayName="Find Test Assemblies" sap:VirtualizedContainerService.HintSize="589,22" mtbwt:BuildTrackingParticipant.Importance="Low" MatchPattern="[String.Format("{0}\{1}", outputDirectory, testAssembly.AssemblyFileSpec)]" Result="[testAssemblies]" />
|
||||
<If Condition="[testAssemblies.Count() > 0]" DisplayName="If Test Assemblies Found" sap:VirtualizedContainerService.HintSize="589,410" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<If Condition="[testAssembly.HasTestSettingsFile]" DisplayName="If testAssembly.HasTestSettingsFile" sap:VirtualizedContainerService.HintSize="464,309" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Sequence DisplayName="Find Test Settings File And Run MSTest" sap:VirtualizedContainerService.HintSize="231,208" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="x:String" Name="localTestSettings" />
|
||||
</Sequence.Variables>
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<mtbwa:ConvertWorkspaceItem DisplayName="Convert Server Path to Local Path" sap:VirtualizedContainerService.HintSize="200,22" mtbwt:BuildTrackingParticipant.Importance="Low" Input="[testAssembly.TestSettingsFileName]" Result="[localTestSettings]" Workspace="[Workspace]" />
|
||||
<mtbwa:MSTest Category="[testAssembly.CategoryFilter]" CommandLineArguments="[testAssembly.MSTestCommandLineArgs]" DisplayName="Run MSTest for Test Assemblies" Flavor="[platformConfiguration.Configuration]" sap:VirtualizedContainerService.HintSize="200,22" MaxPriority="[testAssembly.MaximumPriority]" MinPriority="[testAssembly.MinimumPriority]" PathToResultsFilesRoot="[TestResultsDirectory]" Platform="[platformConfiguration.Platform]" SearchPathRoot="[outputDirectory]" TestContainers="[testAssemblies]" TestSettings="[localTestSettings]" />
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
<If.Else>
|
||||
<mtbwa:MSTest Category="[testAssembly.CategoryFilter]" CommandLineArguments="[testAssembly.MSTestCommandLineArgs]" DisplayName="Run MSTest for Test Assemblies" Flavor="[platformConfiguration.Configuration]" sap:VirtualizedContainerService.HintSize="208,208" MaxPriority="[testAssembly.MaximumPriority]" MinPriority="[testAssembly.MinimumPriority]" PathToResultsFilesRoot="[TestResultsDirectory]" Platform="[platformConfiguration.Platform]" SearchPathRoot="[outputDirectory]" TestContainers="[testAssemblies]" />
|
||||
</If.Else>
|
||||
</If>
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</If.Else>
|
||||
</If>
|
||||
</TryCatch.Try>
|
||||
<TryCatch.Catches>
|
||||
<Catch x:TypeArguments="s:Exception" sap:VirtualizedContainerService.HintSize="862,480">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">False</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<ActivityAction x:TypeArguments="s:Exception">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="s:Exception" Name="testException" />
|
||||
</ActivityAction.Argument>
|
||||
<Sequence DisplayName="Handle MSTest Exception" sap:VirtualizedContainerService.HintSize="856,449">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<If Condition="[Not (TypeOf testException Is Microsoft.TeamFoundation.Build.Workflow.Activities.TestFailureException)]" DisplayName="If testException is NOT TestFailureException" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:WriteBuildError DisplayName="Write Test Failure Exception message" Message="[testException.Message]" />
|
||||
</If.Then>
|
||||
</If>
|
||||
<mtbwa:SetBuildProperties DisplayName="Set TestStatus to Failed" sap:VirtualizedContainerService.HintSize="464,22" mtbwt:BuildTrackingParticipant.Importance="Low" PropertiesToSet="TestStatus" TestStatus="[Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Failed]" />
|
||||
<If Condition="[spec.FailBuildOnFailure]" DisplayName="If spec.FailBuildOnFailure" sap:VirtualizedContainerService.HintSize="464,201" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Assign x:TypeArguments="x:Boolean" DisplayName="Set treatTestFailureAsBuildFailure to True" sap:VirtualizedContainerService.HintSize="269,100" mtbwt:BuildTrackingParticipant.Importance="Low" To="[treatTestFailureAsBuildFailure]" Value="[True]" />
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</ActivityAction>
|
||||
</Catch>
|
||||
</TryCatch.Catches>
|
||||
</TryCatch>
|
||||
</ActivityAction>
|
||||
</ForEach>
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</ActivityAction>
|
||||
</ForEach>
|
||||
<If Condition="[BuildDetail.CompilationStatus = Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Unknown]" DisplayName="If CompilationStatus = Unknown" sap:VirtualizedContainerService.HintSize="1230,201" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:SetBuildProperties CompilationStatus="[Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Succeeded]" DisplayName="Set CompilationStatus to Succeeded" sap:VirtualizedContainerService.HintSize="269,100" mtbwt:BuildTrackingParticipant.Importance="Low" PropertiesToSet="CompilationStatus" />
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[BuildDetail.TestStatus = Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Unknown]" DisplayName="If TestStatus = Unknown" sap:VirtualizedContainerService.HintSize="1230,201" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:SetBuildProperties DisplayName="Set TestStatus to Succeeded" sap:VirtualizedContainerService.HintSize="269,100" mtbwt:BuildTrackingParticipant.Importance="Low" PropertiesToSet="TestStatus" TestStatus="[Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Succeeded]" />
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[treatTestFailureAsBuildFailure And (BuildDetail.TestStatus = Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Failed)]" DisplayName="If TreatTestFailureAsBuildFailure And (TestStatus = Failed)" sap:VirtualizedContainerService.HintSize="1230,201" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:SetBuildProperties DisplayName="Set Status to Failed" sap:VirtualizedContainerService.HintSize="269,100" mtbwt:BuildTrackingParticipant.Importance="Low" PropertiesToSet="Status" Status="[Microsoft.TeamFoundation.Build.Client.BuildStatus.Failed]" />
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</TryCatch.Try>
|
||||
<TryCatch.Catches>
|
||||
<Catch x:TypeArguments="s:Exception" sap:VirtualizedContainerService.HintSize="1256,106">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">False</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<ActivityAction x:TypeArguments="s:Exception">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="s:Exception" Name="compilationExceptionArgument" />
|
||||
</ActivityAction.Argument>
|
||||
<Assign x:TypeArguments="s:Exception" DisplayName="Save the Compilation Exception" sap:VirtualizedContainerService.HintSize="1250,75" mtbwt:BuildTrackingParticipant.Importance="None" To="[compilationException]" Value="[compilationExceptionArgument]" />
|
||||
</ActivityAction>
|
||||
</Catch>
|
||||
</TryCatch.Catches>
|
||||
</TryCatch>
|
||||
<If Condition="[AssociateChangesetsAndWorkItems]" DisplayName="If AssociateChangesetsAndWorkItems" sap:VirtualizedContainerService.HintSize="464,5218" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:InvokeForReason DisplayName="Associate Changesets and Work Items for non-Shelveset Builds" sap:VirtualizedContainerService.HintSize="281,146" Reason="Manual, IndividualCI, BatchedCI, Schedule, ScheduleForced, UserCreated">
|
||||
<mtbwa:AssociateChangesetsAndWorkItems DisplayName="Associate Changesets and Work Items" Result="[associatedChangesets]" />
|
||||
</mtbwa:InvokeForReason>
|
||||
</If.Then>
|
||||
</If>
|
||||
</Parallel>
|
||||
<If Condition="[Not compilationException Is Nothing]" DisplayName="If a Compilation Exception Occurred" sap:VirtualizedContainerService.HintSize="1888,201" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Throw DisplayName="Rethrow Compilation Exception" Exception="[compilationException]" sap:VirtualizedContainerService.HintSize="269,100" mtbwt:BuildTrackingParticipant.Importance="Low" />
|
||||
</If.Then>
|
||||
</If>
|
||||
<Parallel DisplayName="Get Impacted Tests, Index Sources and Publish Symbols" sap:VirtualizedContainerService.HintSize="1888,1557">
|
||||
<If Condition="[PerformTestImpactAnalysis]" DisplayName="If PerformTestImpactAnalysis" sap:VirtualizedContainerService.HintSize="464,1511" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<Sequence DisplayName="Get Impacted Tests" sap:VirtualizedContainerService.HintSize="281,208" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="scg:IEnumerable(x:String)" Name="assemblies" />
|
||||
</Sequence.Variables>
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<mtbwa:FindMatchingFiles DisplayName="Find Build Outputs" sap:VirtualizedContainerService.HintSize="200,22" mtbwt:BuildTrackingParticipant.Importance="Low" MatchPattern="[String.Format("{0}\**\*.dll;{0}\**\*.exe", BinariesDirectory)]" Result="[assemblies]" />
|
||||
<mttbb:GetImpactedTests Assemblies="[assemblies]" AssociatedChangesets="[associatedChangesets]" BinariesRoot="[BinariesDirectory]" Build="[BuildDetail]" CodeChanges="{x:Null}" DisplayName="Get Impacted Tests" ImpactedTests="{x:Null}" Workspace="[Workspace]" />
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[SourceAndSymbolServerSettings.IndexSources Or SourceAndSymbolServerSettings.HasSymbolStorePath]" DisplayName="If SourceAndSymbolServerSettings.IndexSources Or SourceAndSymbolServerSettings.HasSymbolStorePath" sap:VirtualizedContainerService.HintSize="690,1511" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<mtbwa:InvokeForReason DisplayName="Index Sources and Publish Symbols for Triggered Builds" sap:VirtualizedContainerService.HintSize="565,1410" Reason="Triggered">
|
||||
<mtbwa:InvokeForReason.Variables>
|
||||
<Variable x:TypeArguments="scg:IEnumerable(x:String)" Name="symbolFiles" />
|
||||
</mtbwa:InvokeForReason.Variables>
|
||||
<mtbwa:FindMatchingFiles DisplayName="Find Symbol Files" sap:VirtualizedContainerService.HintSize="543,22" mtbwt:BuildTrackingParticipant.Importance="Low" MatchPattern="[String.Format("{0}\**\*.pdb", BinariesDirectory)]" Result="[symbolFiles]" />
|
||||
<If Condition="[SourceAndSymbolServerSettings.IndexSources]" DisplayName="If SourceAndSymbolServerSettings.IndexSources" sap:VirtualizedContainerService.HintSize="543,569" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<TryCatch DisplayName="Try Index Sources" sap:VirtualizedContainerService.HintSize="418,468" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<TryCatch.Try>
|
||||
<mtbwa:IndexSources DisplayName="Index Sources" FileList="[symbolFiles]" sap:VirtualizedContainerService.HintSize="400,100" />
|
||||
</TryCatch.Try>
|
||||
<TryCatch.Catches>
|
||||
<Catch x:TypeArguments="s:Exception" sap:VirtualizedContainerService.HintSize="404,106">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">False</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<ActivityAction x:TypeArguments="s:Exception">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="s:Exception" Name="exception" />
|
||||
</ActivityAction.Argument>
|
||||
<mtbwa:WriteBuildError sap:VirtualizedContainerService.HintSize="398,75" Message="[exception.Message]" />
|
||||
</ActivityAction>
|
||||
</Catch>
|
||||
</TryCatch.Catches>
|
||||
</TryCatch>
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[SourceAndSymbolServerSettings.HasSymbolStorePath]" DisplayName="If SourceAndSymbolServerSettings.HasSymbolStorePath" sap:VirtualizedContainerService.HintSize="543,615" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<If.Then>
|
||||
<TryCatch DisplayName="Try Publish Symbols" sap:VirtualizedContainerService.HintSize="418,514" mtbwt:BuildTrackingParticipant.Importance="Low">
|
||||
<TryCatch.Try>
|
||||
<mtbwa:SharedResourceScope DisplayName="Synchronize Access to Symbol Store" sap:VirtualizedContainerService.HintSize="400,146" mtbwt:BuildTrackingParticipant.Importance="Low" MaxExecutionTime="[TimeSpan.Zero]" MaxWaitTime="[New TimeSpan(1, 0, 0)]" ResourceName="[SourceAndSymbolServerSettings.SymbolStorePath]">
|
||||
<mtbwa:PublishSymbols DisplayName="Publish Symbols" FileList="[symbolFiles]" sap:VirtualizedContainerService.HintSize="200,22" ProductName="[BuildDetail.BuildDefinition.Name]" StorePath="[SourceAndSymbolServerSettings.SymbolStorePath]" Version="[BuildDetail.BuildNumber]" />
|
||||
</mtbwa:SharedResourceScope>
|
||||
</TryCatch.Try>
|
||||
<TryCatch.Catches>
|
||||
<Catch x:TypeArguments="s:Exception" sap:VirtualizedContainerService.HintSize="404,106">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">False</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<ActivityAction x:TypeArguments="s:Exception">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="s:Exception" Name="exception" />
|
||||
</ActivityAction.Argument>
|
||||
<mtbwa:WriteBuildError sap:VirtualizedContainerService.HintSize="398,75" Message="[exception.Message]" />
|
||||
</ActivityAction>
|
||||
</Catch>
|
||||
</TryCatch.Catches>
|
||||
</TryCatch>
|
||||
</If.Then>
|
||||
</If>
|
||||
</mtbwa:InvokeForReason>
|
||||
</If.Then>
|
||||
</If>
|
||||
</Parallel>
|
||||
</Sequence>
|
||||
</TryCatch.Try>
|
||||
</TryCatch>
|
||||
</mtbwa:AgentScope>
|
||||
<mtbwa:InvokeForReason DisplayName="Check In Gated Changes for CheckInShelveset Builds" sap:VirtualizedContainerService.HintSize="1950,146" Reason="CheckInShelveset">
|
||||
<mtbwa:CheckInGatedChanges DisplayName="Check In Gated Changes" sap:VirtualizedContainerService.HintSize="200,22" />
|
||||
</mtbwa:InvokeForReason>
|
||||
</Sequence>
|
||||
</Activity>
|
|
@ -1,208 +0,0 @@
|
|||
<Activity mc:Ignorable="sads sap" x:Class="TfsBuild.Process" this:Process.LabWorkflowParameters="[New Microsoft.TeamFoundation.Lab.Workflow.Activities.LabWorkflowDetails()]" this:Process.Verbosity="[Microsoft.TeamFoundation.Build.Workflow.BuildVerbosity.Normal]" this:Process.BuildNumberFormat="["$(BuildDefinitionName)_$(Date:yyyyMMdd)$(Rev:.r)"]" this:Process.SupportedReasons="Manual, BatchedCI, Schedule, ScheduleForced" this:Process.TimeoutForDeploymentScriptInMinutes="30" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mt="clr-namespace:Microsoft.TeamFoundation;assembly=Microsoft.TeamFoundation.Common" xmlns:mtbc="clr-namespace:Microsoft.TeamFoundation.Build.Client;assembly=Microsoft.TeamFoundation.Build.Client" xmlns:mtbc1="clr-namespace:Microsoft.TeamFoundation.Build.Common;assembly=Microsoft.TeamFoundation.Build.Common" xmlns:mtbp="clr-namespace:Microsoft.TeamFoundation.Build.ProcessComponents;assembly=Microsoft.TeamFoundation.Build.ProcessComponents" xmlns:mtbw="clr-namespace:Microsoft.TeamFoundation.Build.Workflow;assembly=Microsoft.TeamFoundation.Build.Workflow" xmlns:mtbwa="clr-namespace:Microsoft.TeamFoundation.Build.Workflow.Activities;assembly=Microsoft.TeamFoundation.Build.Workflow" xmlns:mtbws="clr-namespace:Microsoft.TeamFoundation.Build.Workflow.Services;assembly=Microsoft.TeamFoundation.Build.Workflow" xmlns:mtlc="clr-namespace:Microsoft.TeamFoundation.Lab.Client;assembly=Microsoft.TeamFoundation.Lab.Client" xmlns:mtltc="clr-namespace:Microsoft.TeamFoundation.Lab.TestIntegration.Client;assembly=Microsoft.TeamFoundation.Lab.TestIntegration.Client" xmlns:mtlwa="clr-namespace:Microsoft.TeamFoundation.Lab.Workflow.Activities;assembly=Microsoft.TeamFoundation.Lab.Workflow.Activities" xmlns:mtlwc="clr-namespace:Microsoft.TeamFoundation.Lab.WorkflowIntegration.Client;assembly=Microsoft.TeamFoundation.Lab.WorkflowIntegration.Client" xmlns:mttbb="clr-namespace:Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildActivities;assembly=Microsoft.TeamFoundation.TestImpact.BuildIntegration" xmlns:mttc="clr-namespace:Microsoft.TeamFoundation.TestManagement.Client;assembly=Microsoft.TeamFoundation.TestManagement.Client" xmlns:mtvc="clr-namespace:Microsoft.TeamFoundation.VersionControl.Client;assembly=Microsoft.TeamFoundation.VersionControl.Client" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:s1="clr-namespace:System;assembly=System" xmlns:s2="clr-namespace:System;assembly=System.Core" xmlns:s3="clr-namespace:System;assembly=System.ServiceModel" xmlns:s4="clr-namespace:System;assembly=System.ComponentModel.Composition" xmlns:sa="clr-namespace:System.Activities;assembly=System.Activities" xmlns:sad="clr-namespace:System.Activities.Debugger;assembly=System.Activities" xmlns:sads="http://schemas.microsoft.com/netfx/2010/xaml/activities/debugger" xmlns:sap="http://schemas.microsoft.com/netfx/2009/xaml/activities/presentation" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:sl="clr-namespace:System.Linq;assembly=System.Core" xmlns:this="clr-namespace:TfsBuild" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<x:Members>
|
||||
<x:Property Name="BuildProcessVersion" Type="x:String" />
|
||||
<x:Property Name="Metadata" Type="mtbw:ProcessParameterMetadataCollection" />
|
||||
<x:Property Name="LabWorkflowParameters" Type="InArgument(mtlwa:LabWorkflowDetails)" />
|
||||
<x:Property Name="Verbosity" Type="InArgument(mtbw:BuildVerbosity)" />
|
||||
<x:Property Name="BuildNumberFormat" Type="InArgument(x:String)" />
|
||||
<x:Property Name="SupportedReasons" Type="mtbc:BuildReason" />
|
||||
<x:Property Name="TimeoutForDeploymentScriptInMinutes" Type="InArgument(x:Int32)">
|
||||
<x:Property.Attributes>
|
||||
<RequiredArgumentAttribute />
|
||||
</x:Property.Attributes>
|
||||
</x:Property>
|
||||
</x:Members>
|
||||
<this:Process.BuildProcessVersion>11.0</this:Process.BuildProcessVersion>
|
||||
<this:Process.Metadata>
|
||||
<mtbw:ProcessParameterMetadataCollection>
|
||||
<mtbw:ProcessParameterMetadata BrowsableWhen="Always" Category="Misc" DisplayName="Timeout For Each Deployment Script (in Minutes)" ParameterName="TimeoutForDeploymentScriptInMinutes" />
|
||||
</mtbw:ProcessParameterMetadataCollection>
|
||||
</this:Process.Metadata>
|
||||
<sap:VirtualizedContainerService.HintSize>920,3702</sap:VirtualizedContainerService.HintSize>
|
||||
<mva:VisualBasic.Settings>Assembly references and imported namespaces serialized as XML namespaces</mva:VisualBasic.Settings>
|
||||
<Sequence DisplayName="Application Deployment Workflow" sad:XamlDebuggerXmlReader.FileName="D:\VSTLM\src\vset\LabManager\LabCustomActivities\Templates\LabDefaultTemplate.xaml" sap:VirtualizedContainerService.HintSize="880,3662" mva:VisualBasic.Settings="Assembly references and imported namespaces serialized as XML namespaces">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="mtbc:IBuildDetail" Name="BuildDetail" />
|
||||
<Variable x:TypeArguments="x:String" Name="LabEnvironmentUri" />
|
||||
<Variable x:TypeArguments="x:String" Name="BuildLocation" />
|
||||
<Variable x:TypeArguments="x:Int64" Name="SnapshotId" />
|
||||
<Variable x:TypeArguments="x:Int32" Name="QueueBuildId" />
|
||||
<Variable x:TypeArguments="mtbc:BuildStatus" Default="[Microsoft.TeamFoundation.Build.Client.BuildStatus.Succeeded]" Name="BuildStatus" />
|
||||
<Variable x:TypeArguments="mtbc:IBuildDetail" Name="ChildBuildDetail" />
|
||||
<Variable x:TypeArguments="mtbc:IBuildDetail" Name="SelectedBuildDetail" />
|
||||
<Variable x:TypeArguments="x:String" Name="BuildNumber" />
|
||||
<Variable x:TypeArguments="mtlc:LabEnvironment" Name="LabEnvironment" />
|
||||
</Sequence.Variables>
|
||||
<mtbwa:UpdateBuildNumber BuildNumberFormat="[BuildNumberFormat]" DisplayName="Update Build Number" sap:VirtualizedContainerService.HintSize="858,22" />
|
||||
<mtbwa:GetBuildDetail DisplayName="Get Build Details" sap:VirtualizedContainerService.HintSize="858,22" Result="[BuildDetail]" />
|
||||
<If Condition="[LabWorkflowParameters.BuildDetails.IsTeamSystemBuild = True AndAlso LabWorkflowParameters.BuildDetails.QueueNewBuild = True]" DisplayName="If Build is needed" sap:VirtualizedContainerService.HintSize="858,416">
|
||||
<If.Then>
|
||||
<Sequence DisplayName="Do Build" sap:VirtualizedContainerService.HintSize="301,308">
|
||||
<sap:WorkflowViewStateService.ViewState>
|
||||
<scg:Dictionary x:TypeArguments="x:String, x:Object">
|
||||
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
|
||||
</scg:Dictionary>
|
||||
</sap:WorkflowViewStateService.ViewState>
|
||||
<mtlwa:RunWorkflow BuildController="{x:Null}" LabEnvironmentUri="{x:Null}" BuildDefinition="[LabWorkflowParameters.BuildDetails.BuildDefinitionName]" DisplayName="Start Build Workflow" sap:VirtualizedContainerService.HintSize="242,22" ProjectName="[BuildDetail.TeamProject]" Result="[QueueBuildId]" />
|
||||
<mtlwa:WaitForWorkflow AllowPartiallySucceededBuild="True" BuildDetails="[ChildBuildDetail]" DisplayName="Wait For Build To Complete" sap:VirtualizedContainerService.HintSize="242,22" LabWorkflowType="[Microsoft.TeamFoundation.Lab.Workflow.Activities.WorkflowType.Build]" MaxConsecutiveFailuresToIgnoreDuringWaitForCompletion="[3]" MaxWaitTime="[TimeSpan.Zero]" QueueBuildId="[QueueBuildId]" RefreshInterval="[System.TimeSpan.FromMinutes(1)]" Result="[BuildStatus]" ThrowOnError="True" />
|
||||
<Assign DisplayName="Set Build Location" sap:VirtualizedContainerService.HintSize="242,60">
|
||||
<Assign.To>
|
||||
<OutArgument x:TypeArguments="x:Uri">[LabWorkflowParameters.BuildDetails.BuildUri]</OutArgument>
|
||||
</Assign.To>
|
||||
<Assign.Value>
|
||||
<InArgument x:TypeArguments="x:Uri">[ChildBuildDetail.Uri]</InArgument>
|
||||
</Assign.Value>
|
||||
</Assign>
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
</If>
|
||||
<mtlwa:WriteDeploymentInformation Url="{x:Null}" DeploymentInformationType="[Microsoft.TeamFoundation.Build.Common.DeploymentInformationTypes.Deploy]" DisplayName="Update Deployment Summary" sap:VirtualizedContainerService.HintSize="858,22" Message="[String.Format("Lab environment: {0}", LabWorkflowParameters.EnvironmentDetails.LabEnvironmentName)]" />
|
||||
<mtlwa:GetBuildLocationAndBuildNumber BuildDetails="[LabWorkflowParameters.BuildDetails]" BuildNumber="[BuildNumber]" DisplayName="Get Build Location And Build Number" sap:VirtualizedContainerService.HintSize="858,22" Result="[BuildLocation]" SelectedBuild="[SelectedBuildDetail]" />
|
||||
<If Condition="[LabWorkflowParameters.BuildDetails.IsTeamSystemBuild = True]" DisplayName="Compute build location needed" sap:VirtualizedContainerService.HintSize="858,208">
|
||||
<If.Then>
|
||||
<Assign DisplayName="Compute build path" sap:VirtualizedContainerService.HintSize="291,100">
|
||||
<Assign.To>
|
||||
<OutArgument x:TypeArguments="x:String">[BuildLocation]</OutArgument>
|
||||
</Assign.To>
|
||||
<Assign.Value>
|
||||
<InArgument x:TypeArguments="x:String">[If(LabWorkflowParameters.BuildDetails.Configuration Is Nothing, BuildLocation, If(LabWorkflowParameters.BuildDetails.Configuration.IsEmpty Or (SelectedBuildDetail.Information.GetNodesByType(Microsoft.TeamFoundation.Build.Common.InformationTypes.ConfigurationSummary, True)).Count = 1, BuildLocation, If(LabWorkflowParameters.BuildDetails.Configuration.IsPlatformEmptyOrAnyCpu, BuildLocation + "\" + LabWorkflowParameters.BuildDetails.Configuration.Configuration, BuildLocation + "\" + LabWorkflowParameters.BuildDetails.Configuration.Platform + "\" + LabWorkflowParameters.BuildDetails.Configuration.Configuration)))]</InArgument>
|
||||
</Assign.Value>
|
||||
</Assign>
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[LabWorkflowParameters.EnvironmentDetails.Disposition = Microsoft.TeamFoundation.Lab.Client.LabEnvironmentDisposition.Stored]" DisplayName="If user selected stored environment" sap:VirtualizedContainerService.HintSize="858,208">
|
||||
<If.Then>
|
||||
<Throw DisplayName="Indicate error" Exception="[New System.Exception("You have selected an environment that is stored in the library. Select an environment that is deployed on a team project host group.")]" sap:VirtualizedContainerService.HintSize="269,100" />
|
||||
</If.Then>
|
||||
</If>
|
||||
<Assign DisplayName="Get Lab Environment Uri" sap:VirtualizedContainerService.HintSize="858,22" >
|
||||
<Assign.To>
|
||||
<OutArgument x:TypeArguments="x:String">[LabEnvironmentUri]</OutArgument>
|
||||
</Assign.To>
|
||||
<Assign.Value>
|
||||
<InArgument x:TypeArguments="x:String">[LabWorkflowParameters.EnvironmentDetails.LabEnvironmentUri.ToString()]</InArgument>
|
||||
</Assign.Value>
|
||||
</Assign>
|
||||
<mtlwa:GetLabEnvironment DisplayName="Get Lab Environment" LabEnvironmentUri="[LabEnvironmentUri]" Result="[LabEnvironment]" />
|
||||
<If Condition="[LabWorkflowParameters.EnvironmentDetails.RevertToSnapshot = True]" DisplayName=" If Restore Snapshot" sap:VirtualizedContainerService.HintSize="858,316">
|
||||
<If.Then>
|
||||
<Sequence DisplayName="Restore Snapshot" sap:VirtualizedContainerService.HintSize="231,208">
|
||||
<mtlwa:GetLabEnvironmentSnapshotId DisplayName="Get Snapshot Details" sap:VirtualizedContainerService.HintSize="200,22" LabEnvironmentUri="[LabEnvironmentUri]" Result="[SnapshotId]" SnapshotName="[LabWorkflowParameters.EnvironmentDetails.SnapshotName]" />
|
||||
<mtlwa:RestoreLabEnvironment DisplayName="Restore Lab Environment to Snapshot" sap:VirtualizedContainerService.HintSize="200,22" LabEnvironmentUri="[LabEnvironmentUri]" SnapshotId="[SnapshotId]" />
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
<If.Else>
|
||||
<Sequence DisplayName="No Clean Snapshot" >
|
||||
<If Condition="[Not String.Equals(Microsoft.TeamFoundation.Lab.Client.LabEnvironment.UnmanagedProvider, labEnvironment.LabProvider)]" DisplayName= "If Virtual Environment">
|
||||
<If.Then>
|
||||
<mtlwa:WriteDeploymentInformation Url="{x:Null}" DeploymentInformationType="[Microsoft.TeamFoundation.Build.Common.DeploymentInformationTypes.Deploy]" DisplayName="Clean snapshot not specified " sap:VirtualizedContainerService.HintSize="208,208" Message="Build definition did not specify a clean snapshot. It is a best practice to use clean snapshot when running the lab workflow." />
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</If.Else>
|
||||
</If>
|
||||
<If Condition="[LabWorkflowParameters.DeploymentDetails.DeploymentNeeded = True or LabWorkflowParameters.TestParameters.RunTest = True]" DisplayName="If deployment or test needed" sap:VirtualizedContainerService.HintSize="858,1214">
|
||||
<If.Then>
|
||||
<mtlwa:WaitForEnvironmentReady DisplayName="Wait For Environment To Be Ready" sap:VirtualizedContainerService.HintSize="711,22" LabEnvironmentUri="[LabEnvironmentUri]" MaxWaitTime="[System.TimeSpan.FromMinutes(10)]" />
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[LabWorkflowParameters.DeploymentDetails.DeploymentNeeded = True]" DisplayName="If deployment needed" sap:VirtualizedContainerService.HintSize="858,1214">
|
||||
<If.Then>
|
||||
<Sequence DisplayName="Do deployment" sap:VirtualizedContainerService.HintSize="733,1106">
|
||||
<mtlwa:ReserveEnvironmentForDeployment DisplayName="Reserve Environment For Deployment" sap:VirtualizedContainerService.HintSize="711,22" LabEnvironmentUri="[LabEnvironmentUri]" />
|
||||
<TryCatch DisplayName="Deploy Build on Environment">
|
||||
<TryCatch.Try>
|
||||
<Sequence DisplayName="Deploying Build">
|
||||
<ForEach x:TypeArguments="x:String" DisplayName="Run Deployment scripts" sap:VirtualizedContainerService.HintSize="711,254" Values="[LabWorkflowParameters.DeploymentDetails.Scripts]">
|
||||
<ActivityAction x:TypeArguments="x:String">
|
||||
<ActivityAction.Argument>
|
||||
<DelegateInArgument x:TypeArguments="x:String" Name="deploymentConfigurationPair" />
|
||||
</ActivityAction.Argument>
|
||||
<mtlwa:RunDeploymentTask BuildLocation="[BuildLocation]" DeploymentScriptDetails="[deploymentConfigurationPair]" DisplayName="Run Deployment Task" sap:VirtualizedContainerService.HintSize="200,22" LabEnvironmentUri="[LabEnvironmentUri]" MaxWaitTime="[TimeSpan.FromMinutes(TimeoutForDeploymentScriptInMinutes)]" ThrowOnError="True" UseRoleForDeployment="[LabWorkflowParameters.DeploymentDetails.UseRoleForDeployment]" />
|
||||
</ActivityAction>
|
||||
</ForEach>
|
||||
</Sequence>
|
||||
</TryCatch.Try>
|
||||
<TryCatch.Finally>
|
||||
<mtlwa:ReleaseEnvironmentFromDeployment DisplayName="Release Environment From Deployment" sap:VirtualizedContainerService.HintSize="711,22" LabEnvironmentUri="[LabEnvironmentUri]" />
|
||||
</TryCatch.Finally>
|
||||
</TryCatch>
|
||||
<mtlwa:WriteDeploymentInformation DeploymentInformationType="[Microsoft.TeamFoundation.Build.Common.DeploymentInformationTypes.Deploy]" DisplayName="Application Deployment Succeeded" sap:VirtualizedContainerService.HintSize="711,22" Message="[String.Format("The application was deployed successfully from the following build location:")]" Url="[BuildLocation]" />
|
||||
<If Condition="[LabWorkflowParameters.DeploymentDetails.TakePostDeploymentSnapshot = True]" DisplayName="Post Deployment Snapshot" sap:VirtualizedContainerService.HintSize="711,626">
|
||||
<If.Then>
|
||||
<Sequence DisplayName="Take Post deployment Snapshot " sap:VirtualizedContainerService.HintSize="486,518">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="x:Int64" Name="PostDeploymentSnapshotChainId" />
|
||||
<Variable x:TypeArguments="x:String" Default="[String.Format("{0}_{1}", BuildDetail.BuildDefinition.Name, BuildDetail.BuildNumber)]" Name="PostDeploymentSnapshotName" />
|
||||
</Sequence.Variables>
|
||||
<If Condition="[String.IsNullOrEmpty(LabWorkflowParameters.DeploymentDetails.PostDeploymentSnapshotName) = False]" DisplayName="Check snapshot name" sap:VirtualizedContainerService.HintSize="464,208">
|
||||
<If.Then>
|
||||
<Assign sap:VirtualizedContainerService.HintSize="291,100">
|
||||
<Assign.To>
|
||||
<OutArgument x:TypeArguments="x:String">[PostDeploymentSnapshotName]</OutArgument>
|
||||
</Assign.To>
|
||||
<Assign.Value>
|
||||
<InArgument x:TypeArguments="x:String">[If(LabWorkflowParameters.BuildDetails.IsTeamSystemBuild = True,String.Format("{0}_{1}_{2}", LabWorkflowParameters.DeploymentDetails.PostDeploymentSnapshotName, BuildNumber,BuildDetail.BuildNumber),String.Format("{0}_{1}", LabWorkflowParameters.DeploymentDetails.PostDeploymentSnapshotName, BuildDetail.BuildNumber))]</InArgument>
|
||||
</Assign.Value>
|
||||
</Assign>
|
||||
</If.Then>
|
||||
</If>
|
||||
<mtlwa:SnapshotLabEnvironment DisplayName="Taking Post Deployment snapshot" sap:VirtualizedContainerService.HintSize="464,22" LabEnvironmentUri="[LabEnvironmentUri]" SnapshotChainId="[PostDeploymentSnapshotChainId]" SnapshotName="[PostDeploymentSnapshotName]" />
|
||||
<mtlwa:WriteDeploymentInformation Url="{x:Null}" DeploymentInformationType="[Microsoft.TeamFoundation.Build.Common.DeploymentInformationTypes.Deploy]" DisplayName="Taking Snapshot succeeded" sap:VirtualizedContainerService.HintSize="464,22" Message="[String.Format("The following snapshot was taken after the deployment was finished: {0}", PostDeploymentSnapshotName)]" />
|
||||
<mtlwa:WriteDeploymentInformation DeploymentInformationType="[Microsoft.TeamFoundation.Build.Common.DeploymentInformationTypes.ConnectToSnapshot]" DisplayName="Added connection link to the Snapshot" sap:VirtualizedContainerService.HintSize="464,22" Message="[PostDeploymentSnapshotName]" Url="[PostDeploymentSnapshotChainId.ToString()]" />
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
<If.Else>
|
||||
<Sequence DisplayName = "No Post Deployment Snapshot">
|
||||
<If Condition="[Not String.Equals(Microsoft.TeamFoundation.Lab.Client.LabEnvironment.UnmanagedProvider, labEnvironment.LabProvider)]" DisplayName= "If Virtual Environment">
|
||||
<If.Then>
|
||||
<mtlwa:WriteDeploymentInformation Url="{x:Null}" DeploymentInformationType="[Microsoft.TeamFoundation.Build.Common.DeploymentInformationTypes.Deploy]" DisplayName="Post deployment snapshot not specified" sap:VirtualizedContainerService.HintSize="200,518" Message="Build definition did not specify a post deployment snapshot. It is a best practice to take post deployment snapshot when running the lab workflow." />
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</If.Else>
|
||||
</If>
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[LabWorkflowParameters.TestParameters.RunTest = True]" DisplayName="Run Tests on Environment" sap:VirtualizedContainerService.HintSize="858,604">
|
||||
<If.Then>
|
||||
<Sequence DisplayName="Run Tests" sap:VirtualizedContainerService.HintSize="656,498">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="mtltc:TestingCapabilityInformation" Name="TestCapabilityInfo" />
|
||||
<Variable x:TypeArguments="x:String" Name="variable1" />
|
||||
<Variable x:TypeArguments="mtlwa:TestRunStatistics" Default="[New Microsoft.TeamFoundation.Lab.Workflow.Activities.TestRunStatistics()]" Name="TestResults" />
|
||||
</Sequence.Variables>
|
||||
<mtlwa:ExecuteRemoteTestRun2 MaxWaitTime="{x:Null}" TestEnvironment="{x:Null}" BuildNumber="[BuildNumber]" BuildDefinitionName="[LabWorkflowParameters.BuildDetails.BuildDefinitionName]" DisplayName="Running Tests" sap:VirtualizedContainerService.HintSize="634,22" LabEnvironmentUri="[LabEnvironmentUri]" MaxConsecutiveFailuresToIgnoreDuringWaitForCompletion="[3]" RefreshInterval="[System.TimeSpan.FromMinutes(1)]" Result="[TestResults]" TestDirectory="[BuildLocation]" TestParameters="[LabWorkflowParameters.TestParameters]" Title="[String.Format("{0}", BuildDetail.BuildNumber)]" />
|
||||
<If Condition="[TestResults.PassedTests <> TestResults.TotalTests Or TestResults.TestRunStatus <> TestManagement.Client.TestRunState.Completed]" DisplayName="If all tests have not passed" sap:VirtualizedContainerService.HintSize="634,312">
|
||||
<If.Then>
|
||||
<If Condition="[(LabWorkflowParameters.BuildDetails.IsTeamSystemBuild = True AndAlso LabWorkflowParameters.BuildDetails.QueueNewBuild = True) Or (LabWorkflowParameters.DeploymentDetails.DeploymentNeeded = True)]" DisplayName="Set build status" sap:VirtualizedContainerService.HintSize="509,206">
|
||||
<If.Then>
|
||||
<Assign DisplayName="Partially succeeded" sap:VirtualizedContainerService.HintSize="242,100">
|
||||
<Assign.To>
|
||||
<OutArgument x:TypeArguments="mtbc:BuildStatus">[BuildStatus]</OutArgument>
|
||||
</Assign.To>
|
||||
<Assign.Value>
|
||||
<InArgument x:TypeArguments="mtbc:BuildStatus">[Microsoft.TeamFoundation.Build.Client.BuildStatus.PartiallySucceeded]</InArgument>
|
||||
</Assign.Value>
|
||||
</Assign>
|
||||
</If.Then>
|
||||
<If.Else>
|
||||
<Assign DisplayName="Failed" sap:VirtualizedContainerService.HintSize="242,100">
|
||||
<Assign.To>
|
||||
<OutArgument x:TypeArguments="mtbc:BuildStatus">[BuildStatus]</OutArgument>
|
||||
</Assign.To>
|
||||
<Assign.Value>
|
||||
<InArgument x:TypeArguments="mtbc:BuildStatus">[Microsoft.TeamFoundation.Build.Client.BuildStatus.Failed]</InArgument>
|
||||
</Assign.Value>
|
||||
</Assign>
|
||||
</If.Else>
|
||||
</If>
|
||||
</If.Then>
|
||||
</If>
|
||||
</Sequence>
|
||||
</If.Then>
|
||||
</If>
|
||||
<mtbwa:SetBuildProperties DisplayName="Set build status" sap:VirtualizedContainerService.HintSize="858,22" PropertiesToSet="Status" Status="[BuildStatus]" />
|
||||
</Sequence>
|
||||
</Activity>
|
|
@ -1,76 +0,0 @@
|
|||
<Activity mc:Ignorable="sad" x:Class="TfsBuild.Process" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mtbc="clr-namespace:Microsoft.TeamFoundation.Build.Client;assembly=Microsoft.TeamFoundation.Build.Client" xmlns:mtbw="clr-namespace:Microsoft.TeamFoundation.Build.Workflow;assembly=Microsoft.TeamFoundation.Build.Workflow" xmlns:mtbwa="clr-namespace:Microsoft.TeamFoundation.Build.Workflow.Activities;assembly=Microsoft.TeamFoundation.Build.Workflow" xmlns:mtbwt="clr-namespace:Microsoft.TeamFoundation.Build.Workflow.Tracking;assembly=Microsoft.TeamFoundation.Build.Workflow" xmlns:mtvc="clr-namespace:Microsoft.TeamFoundation.VersionControl.Client;assembly=Microsoft.TeamFoundation.VersionControl.Client" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:sad="http://schemas.microsoft.com/netfx/2009/xaml/activities/presentation" xmlns:sad1="clr-namespace:System.Activities.Debugger;assembly=System.Activities" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:this="clr-namespace:TfsBuild;" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<x:Members>
|
||||
<x:Property Name="ConfigurationFolderPath" Type="InArgument(x:String)" />
|
||||
<x:Property Name="AgentSettings" Type="InArgument(mtbwa:AgentSettings)" />
|
||||
<x:Property Name="MSBuildArguments" Type="InArgument(x:String)" />
|
||||
<x:Property Name="MSBuildPlatform" Type="InArgument(mtbwa:ToolPlatform)" />
|
||||
<x:Property Name="DoNotDownloadBuildType" Type="InArgument(x:Boolean)" />
|
||||
<x:Property Name="LogFilePerProject" Type="InArgument(x:Boolean)" />
|
||||
<x:Property Name="SourcesSubdirectory" Type="InArgument(x:String)" />
|
||||
<x:Property Name="BinariesSubdirectory" Type="InArgument(x:String)" />
|
||||
<x:Property Name="TestResultsSubdirectory" Type="InArgument(x:String)" />
|
||||
<x:Property Name="RecursionType" Type="InArgument(mtvc:RecursionType)" />
|
||||
<x:Property Name="Verbosity" Type="InArgument(mtbw:BuildVerbosity)" />
|
||||
<x:Property Name="Metadata" Type="mtbw:ProcessParameterMetadataCollection" />
|
||||
<x:Property Name="SupportedReasons" Type="mtbc:BuildReason" />
|
||||
</x:Members>
|
||||
<this:Process.ConfigurationFolderPath>
|
||||
<InArgument x:TypeArguments="x:String" />
|
||||
</this:Process.ConfigurationFolderPath>
|
||||
<this:Process.AgentSettings>[New Microsoft.TeamFoundation.Build.Workflow.Activities.AgentSettings() With {.MaxWaitTime = New System.TimeSpan(4, 0, 0), .MaxExecutionTime = New System.TimeSpan(0, 0, 0), .TagComparison = Microsoft.TeamFoundation.Build.Workflow.Activities.TagComparison.MatchExactly }]</this:Process.AgentSettings>
|
||||
<this:Process.MSBuildArguments>
|
||||
<InArgument x:TypeArguments="x:String" />
|
||||
</this:Process.MSBuildArguments>
|
||||
<this:Process.MSBuildPlatform>[Microsoft.TeamFoundation.Build.Workflow.Activities.ToolPlatform.Auto]</this:Process.MSBuildPlatform>
|
||||
<this:Process.DoNotDownloadBuildType>[False]</this:Process.DoNotDownloadBuildType>
|
||||
<this:Process.LogFilePerProject>[False]</this:Process.LogFilePerProject>
|
||||
<this:Process.SourcesSubdirectory>
|
||||
<InArgument x:TypeArguments="x:String" />
|
||||
</this:Process.SourcesSubdirectory>
|
||||
<this:Process.BinariesSubdirectory>
|
||||
<InArgument x:TypeArguments="x:String" />
|
||||
</this:Process.BinariesSubdirectory>
|
||||
<this:Process.TestResultsSubdirectory>
|
||||
<InArgument x:TypeArguments="x:String" />
|
||||
</this:Process.TestResultsSubdirectory>
|
||||
<this:Process.RecursionType>[Microsoft.TeamFoundation.VersionControl.Client.RecursionType.OneLevel]</this:Process.RecursionType>
|
||||
<this:Process.Verbosity>[Microsoft.TeamFoundation.Build.Workflow.BuildVerbosity.Normal]</this:Process.Verbosity>
|
||||
<this:Process.Metadata>
|
||||
<mtbw:ProcessParameterMetadataCollection />
|
||||
</this:Process.Metadata>
|
||||
<this:Process.SupportedReasons>All</this:Process.SupportedReasons>
|
||||
<mva:VisualBasic.Settings>Assembly references and imported namespaces serialized as XML namespaces</mva:VisualBasic.Settings>
|
||||
<Sequence mtbwt:BuildTrackingParticipant.Importance="None">
|
||||
<Sequence.Variables>
|
||||
<Variable x:TypeArguments="mtbc:IBuildDetail" Name="BuildDetail" />
|
||||
</Sequence.Variables>
|
||||
<mtbwa:GetBuildDetail DisplayName="Get the Build" Result="[BuildDetail]" />
|
||||
<mtbwa:InvokeForReason DisplayName="Update Build Number for Triggered Builds" Reason="Triggered">
|
||||
<mtbwa:UpdateBuildNumber BuildNumberFormat="["$(BuildDefinitionName)_$(Date:yyyyMMdd)$(Rev:.r)"]" DisplayName="Update Build Number" />
|
||||
</mtbwa:InvokeForReason>
|
||||
<mtbwa:AgentScope DisplayName="Run On Agent" MaxExecutionTime="[AgentSettings.MaxExecutionTime]" MaxWaitTime="[AgentSettings.MaxWaitTime]" ReservationSpec="[AgentSettings.GetAgentReservationSpec()]">
|
||||
<mtbwa:AgentScope.Variables>
|
||||
<Variable x:TypeArguments="x:String" Name="buildDirectory" />
|
||||
</mtbwa:AgentScope.Variables>
|
||||
<mtbwa:GetBuildDirectory DisplayName="Get the Build Directory" Result="[buildDirectory]" />
|
||||
<If Condition="[Not String.IsNullOrEmpty(ConfigurationFolderPath)]" DisplayName="If Not String.IsNullOrEmpty(ConfigurationFolderPath)">
|
||||
<If.Then>
|
||||
<mtbwa:TfsBuild BinariesSubdirectory="[BinariesSubdirectory]" BuildDirectory="[buildDirectory]" CommandLineArguments="[MSBuildArguments]" ConfigurationFolderPath="[ConfigurationFolderPath]" DisplayName="Run TfsBuild for Configuration Folder" DoNotDownloadBuildType="[DoNotDownloadBuildType]" LogFilePerProject="[LogFilePerProject]" RecursionType="[RecursionType]" SourcesSubdirectory="[SourcesSubdirectory]" TestResultsSubdirectory="[TestResultsSubdirectory]" ToolPlatform="[MSBuildPlatform]" Verbosity="[Verbosity]" />
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[BuildDetail.CompilationStatus = Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Unknown]" DisplayName="If CompilationStatus = Unknown">
|
||||
<If.Then>
|
||||
<mtbwa:SetBuildProperties CompilationStatus="[Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Succeeded]" DisplayName="Set CompilationStatus to Succeeded" PropertiesToSet="CompilationStatus" />
|
||||
</If.Then>
|
||||
</If>
|
||||
<If Condition="[BuildDetail.TestStatus = Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Unknown]" DisplayName="If TestStatus = Unknown">
|
||||
<If.Then>
|
||||
<mtbwa:SetBuildProperties DisplayName="Set TestStatus to Succeeded" PropertiesToSet="TestStatus" TestStatus="[Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Succeeded]" />
|
||||
</If.Then>
|
||||
</If>
|
||||
</mtbwa:AgentScope>
|
||||
<mtbwa:InvokeForReason Reason="CheckInShelveset">
|
||||
<mtbwa:CheckInGatedChanges DisplayName="Check In Gated Changes" />
|
||||
</mtbwa:InvokeForReason>
|
||||
</Sequence>
|
||||
</Activity>
|
|
@ -0,0 +1,21 @@
|
|||
Microsoft Public License (MS-PL)
|
||||
This license governs use of the accompanying software. If you use the software, you
|
||||
accept this license. If you do not accept the license, do not use the software.
|
||||
|
||||
1. Definitions
|
||||
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the
|
||||
same meaning here as under U.S. copyright law.
|
||||
A "contribution" is the original software, or any additions or changes to the software.
|
||||
A "contributor" is any person that distributes its contribution under this license.
|
||||
"Licensed patents" are a contributor's patent claims that read directly on its contribution.
|
||||
|
||||
2. Grant of Rights
|
||||
(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
|
||||
(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
|
||||
|
||||
3. Conditions and Limitations
|
||||
(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
|
||||
(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
|
||||
(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
|
||||
(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
|
||||
(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
|
|
@ -0,0 +1,76 @@
|
|||
[![Build status](https://ci.appveyor.com/api/projects/status/myo4eod0gf273062/branch/master?svg=true)](https://ci.appveyor.com/project/IoC-Unity/commonservicelocator/branch/master)
|
||||
[![codecov](https://codecov.io/gh/IoC-Unity/CommonServiceLocator/branch/master/graph/badge.svg)](https://codecov.io/gh/IoC-Unity/CommonServiceLocator)
|
||||
[![license](https://img.shields.io/badge/license-ms-pl.svg)](https://opensource.org/licenses/MS-PL)
|
||||
[![NuGet](https://img.shields.io/nuget/dt/Microsoft.Practices.ServiceLocation.svg)](https://www.nuget.org/packages/Microsoft.Practices.ServiceLocation)
|
||||
[![NuGet](https://img.shields.io/nuget/v/Microsoft.Practices.ServiceLocation.svg)](https://www.nuget.org/packages/Microsoft.Practices.ServiceLocation)
|
||||
|
||||
This file explains the expected semantics IServiceLocator implementations must implement to properly conform to this interface, and a few implementation notes.
|
||||
|
||||
### Specification
|
||||
|
||||
```GetInstance(Type, string)```
|
||||
|
||||
This is the core method for retrieving a single instance from the container.
|
||||
|
||||
This method MUST NOT return null. It MUST return either an instance that implements the requested type or throw an ActivationException.
|
||||
No other exception type is allowed (except for the usual CLR rules for things like ThreadAbortException).
|
||||
|
||||
The implementation should be designed to expect a null for the string key parameter, and MUST interpret this as a request to get the "default" instance for the requested type. The meaning of "default" depends on the underlying container and how it is configured. A string of length 0 is considered to be different from a null, and implementers are free to choose what a string of length 0 as a key means.
|
||||
|
||||
```GetAllInstances(Type)```
|
||||
|
||||
This is the core method for retrieving multiple instances from the container.
|
||||
|
||||
If the container contains no instances of the requested type, this method MUST return an enumerator of length 0 instead of throwing an exception.
|
||||
|
||||
If an exception occurs while activating instances during enumeration, this method SHOULD throw an ActivationException and abort the enumeration. However, it may also choose to simply skip that object and continue enumerating.
|
||||
|
||||
### Overload Behavior
|
||||
|
||||
A call to:
|
||||
|
||||
object IServiceLocator.GetInstance(serviceType)
|
||||
|
||||
MUST be exactly equivalent to a call to:
|
||||
|
||||
object IServiceLocator.GetInstance(serviceType, null)
|
||||
|
||||
A call to:
|
||||
|
||||
TService IServiceLocator.GetInstance<TService>()
|
||||
|
||||
MUST be exactly equivalent to a call to:
|
||||
|
||||
(TService)IServiceLocator.GetInstance(typeof(TService), null)
|
||||
|
||||
A call to:
|
||||
|
||||
TService IServiceLocator.GetInstance<TService>(key)
|
||||
|
||||
MUST be exactly equivalent to a call to:
|
||||
|
||||
(TService)IServiceLocator.GetInstance(typeof(TService), key)
|
||||
|
||||
A call to:
|
||||
|
||||
IEnumerable<TService> IServiceLocator.GetAllInstances<TService>()
|
||||
|
||||
Must be exactly equivalent to a call to:
|
||||
|
||||
IEnumerable<object> IServiceLocator.GetAllInstances(typeof(TService))
|
||||
|
||||
with the exception that the objects returned by the enumerator are already cast to type TService.
|
||||
|
||||
### Throwing ActivationException
|
||||
|
||||
When throwing an ActivationException, the message string is explicitly undefined by this specification; the adapter implementors may format this message in any way they choose.
|
||||
|
||||
When throwing an ActivationException, the original exception MUST be returned as the value of the InnerException property.
|
||||
|
||||
### ServiceLocatorImplBase
|
||||
|
||||
This class is not part of the specification; consumers should only reference the IServiceLocator interface. ServiceLocatorImplBase is provided as a convenience for implementors of IServiceLocator. It implements the correct overload semantics and exception wrapping behavior defined above. You just need to implement the two protected methods DoGetInstance and DoGetAllInstances and the rest will just work. In addition, the two protected methods FormatActivationExceptionMessage and FormatActivateAllExceptionMessage are provided if you wish to customize the error message reported in the exceptions.
|
||||
|
||||
### Why is ActivationException a partial class?
|
||||
|
||||
Implementing ISerializable for exceptions is a .NET best practice for the desktop CLR. However, portable library does not support classic binary serialization. By making this a partial class and segregating the serialization details into a separate file, a portable port can simply leave the .Desktop.cs file out of the project and the incompatible code will be seamlessly removed.
|
|
@ -0,0 +1,62 @@
|
|||
image: Visual Studio 2017
|
||||
configuration: Release
|
||||
platform: Any CPU
|
||||
|
||||
environment:
|
||||
cert_pwd:
|
||||
secure: MFaEwW42SYpK0OfoI4fErg==
|
||||
|
||||
install:
|
||||
- ps: $env:build_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
|
||||
- ps: Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"
|
||||
- nuget install PfxToSnk -ExcludeVersion
|
||||
|
||||
before_build:
|
||||
- cmd: dotnet restore
|
||||
- cmd: PfxToSnk\lib\net40\PfxToSnk.exe "Microsoft.Practices.ServiceLocation/CommonServiceLocator.2.pfx" Microsoft.Practices.ServiceLocation/CommonServiceLocator.2.snk %cert_pwd%
|
||||
- choco install opencover.portable
|
||||
- choco install codecov
|
||||
|
||||
build:
|
||||
project: Package.sln
|
||||
parallel: true
|
||||
verbosity: minimal
|
||||
|
||||
dotnet_csproj:
|
||||
patch: true
|
||||
file: '**\*.csproj'
|
||||
version: $(build_version)
|
||||
package_version: $(build_version)
|
||||
# file_version: $(APPVEYOR_BUILD_VERSION)
|
||||
|
||||
|
||||
test_script:
|
||||
- OpenCover.Console.exe -register:user -target:"C:\Program Files\dotnet\dotnet.exe" -targetargs:"test" -filter:"+[*]* -[UnitTests*]*"
|
||||
- codecov -f "results.xml"
|
||||
|
||||
artifacts:
|
||||
- path: '**\Microsoft.Practices.ServiceLocation.*.nupkg'
|
||||
name: 'CommonServiceLocator'
|
||||
|
||||
deploy:
|
||||
- provider: GitHub
|
||||
force_update: true
|
||||
tag: $(appveyor_repo_tag_name)
|
||||
release: v$(appveyor_build_version)
|
||||
auth_token:
|
||||
secure: 0RltkfAMN35pApf7xYqjwy1EgsVeniSYPv35Qb9ntHY1b4SC51QYLXVVfklvw09j
|
||||
artifact: /.*\.nupkg/ # upload all NuGet packages to release assets
|
||||
draft: false
|
||||
prerelease: false
|
||||
on:
|
||||
branch: master # release from master branch only
|
||||
appveyor_repo_tag: true # deploy on tag push only
|
||||
- provider: NuGet
|
||||
api_key:
|
||||
secure: Q/HUObjarHxWF0NlnHBDY5uMQHM4ESyKfFCYdbRVfsNrWUFozADu6FMvh44gEmFk
|
||||
skip_symbols: false
|
||||
artifact: /.*\.nupkg/
|
||||
on:
|
||||
branch: master # release from master branch only
|
||||
appveyor_repo_tag: true # deploy on tag push only
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2013
|
||||
VisualStudioVersion = 12.0.21005.1
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Practices.ServiceLocation.PortableClassLibrary", "Microsoft.Practices.ServiceLocation.PortableClassLibrary\Microsoft.Practices.ServiceLocation.PortableClassLibrary.csproj", "{610653AE-B766-4AD1-A5C6-865246206B8F}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceLocation.Tests", "ServiceLocation.Tests\ServiceLocation.Tests.csproj", "{E8106FBA-F925-45CF-9DEB-90806B3E8DBE}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{610653AE-B766-4AD1-A5C6-865246206B8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{610653AE-B766-4AD1-A5C6-865246206B8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{610653AE-B766-4AD1-A5C6-865246206B8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{610653AE-B766-4AD1-A5C6-865246206B8F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E8106FBA-F925-45CF-9DEB-90806B3E8DBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{E8106FBA-F925-45CF-9DEB-90806B3E8DBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E8106FBA-F925-45CF-9DEB-90806B3E8DBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E8106FBA-F925-45CF-9DEB-90806B3E8DBE}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -1,87 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{610653AE-B766-4AD1-A5C6-865246206B8F}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Microsoft.Practices.ServiceLocation</RootNamespace>
|
||||
<AssemblyName>Microsoft.Practices.ServiceLocation</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>Profile328</TargetFrameworkProfile>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
<UpgradeBackupLocation>
|
||||
</UpgradeBackupLocation>
|
||||
<OldToolsVersion>4.0</OldToolsVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG;PORTABLE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE;PORTABLE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<DocumentationFile>bin\Release\Microsoft.Practices.ServiceLocation.XML</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="..\Microsoft.Practices.ServiceLocation\Properties\Resources.resx">
|
||||
<Link>Properties\Resources.resx</Link>
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\Microsoft.Practices.ServiceLocation\ActivationException.cs">
|
||||
<Link>ActivationException.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Microsoft.Practices.ServiceLocation\IServiceLocator.cs">
|
||||
<Link>IServiceLocator.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Microsoft.Practices.ServiceLocation\ServiceLocator.cs">
|
||||
<Link>ServiceLocator.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Microsoft.Practices.ServiceLocation\ServiceLocatorImplBase.cs">
|
||||
<Link>ServiceLocatorImplBase.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Microsoft.Practices.ServiceLocation\ServiceLocatorProvider.cs">
|
||||
<Link>ServiceLocatorProvider.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Microsoft.Practices.ServiceLocation\Properties\AssemblyInfo.cs">
|
||||
<Link>Properties\AssemblyInfo.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Microsoft.Practices.ServiceLocation\Properties\Resources.Designer.cs">
|
||||
<Link>Properties\Resources.Designer.cs</Link>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="..\Microsoft.Practices.ServiceLocation\Readme.txt">
|
||||
<Link>Readme.txt</Link>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
|
@ -1,20 +0,0 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Practices.ServiceLocation.Silverlight", "Microsoft.Practices.ServiceLocation.Silverlight\Microsoft.Practices.ServiceLocation.Silverlight.csproj", "{B543BE3E-F1F5-4967-A8AB-B204482C8BA4}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{B543BE3E-F1F5-4967-A8AB-B204482C8BA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B543BE3E-F1F5-4967-A8AB-B204482C8BA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B543BE3E-F1F5-4967-A8AB-B204482C8BA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{B543BE3E-F1F5-4967-A8AB-B204482C8BA4}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -1,114 +0,0 @@
|
|||
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>9.0.30729</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{B543BE3E-F1F5-4967-A8AB-B204482C8BA4}</ProjectGuid>
|
||||
<ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Microsoft.Practices.ServiceLocation</RootNamespace>
|
||||
<AssemblyName>Microsoft.Practices.ServiceLocation</AssemblyName>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<SilverlightApplication>false</SilverlightApplication>
|
||||
<ValidateXaml>true</ValidateXaml>
|
||||
<ThrowErrorsInValidation>false</ThrowErrorsInValidation>
|
||||
<SccProjectName>
|
||||
</SccProjectName>
|
||||
<SccLocalPath>
|
||||
</SccLocalPath>
|
||||
<SccAuxPath>
|
||||
</SccAuxPath>
|
||||
<SccProvider>
|
||||
</SccProvider>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>Bin\Debug</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
|
||||
<NoStdLib>true</NoStdLib>
|
||||
<NoConfig>true</NoConfig>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<DocumentationFile>Bin\Debug\Microsoft.Practices.ServiceLocation.XML</DocumentationFile>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>Bin\Release</OutputPath>
|
||||
<DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
|
||||
<NoStdLib>true</NoStdLib>
|
||||
<NoConfig>true</NoConfig>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<DocumentationFile>Bin\Release\Microsoft.Practices.ServiceLocation.XML</DocumentationFile>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System.Windows" />
|
||||
<Reference Include="mscorlib" />
|
||||
<Reference Include="system" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Net" />
|
||||
<Reference Include="System.Windows.Browser" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\Microsoft.Practices.ServiceLocation\ActivationException.cs">
|
||||
<Link>ActivationException.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Microsoft.Practices.ServiceLocation\IServiceLocator.cs">
|
||||
<Link>IServiceLocator.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Microsoft.Practices.ServiceLocation\Properties\AssemblyInfo.cs">
|
||||
<Link>Properties\AssemblyInfo.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Microsoft.Practices.ServiceLocation\Properties\Resources.Designer.cs">
|
||||
<Link>Properties\Resources.Designer.cs</Link>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="..\Microsoft.Practices.ServiceLocation\ServiceLocator.cs">
|
||||
<Link>ServiceLocator.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Microsoft.Practices.ServiceLocation\ServiceLocatorImplBase.cs">
|
||||
<Link>ServiceLocatorImplBase.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Microsoft.Practices.ServiceLocation\ServiceLocatorProvider.cs">
|
||||
<Link>ServiceLocatorProvider.cs</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="..\Microsoft.Practices.ServiceLocation\Readme.txt">
|
||||
<Link>Readme.txt</Link>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="..\Microsoft.Practices.ServiceLocation\Properties\Resources.resx">
|
||||
<Link>Properties\Resources.resx</Link>
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
|
||||
<SilverlightProjectProperties />
|
||||
</FlavorProperties>
|
||||
<UserProperties ProjectLinkReference="faf6d6b2-1ec9-4a1b-83bb-48f772e948cf" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
</Project>
|
|
@ -1,20 +0,0 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||
# Visual Studio 2005
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Practices.ServiceLocation", "Microsoft.Practices.ServiceLocation\Microsoft.Practices.ServiceLocation.csproj", "{FAF6D6B2-1EC9-4A1B-83BB-48F772E948CF}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{FAF6D6B2-1EC9-4A1B-83BB-48F772E948CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{FAF6D6B2-1EC9-4A1B-83BB-48F772E948CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{FAF6D6B2-1EC9-4A1B-83BB-48F772E948CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{FAF6D6B2-1EC9-4A1B-83BB-48F772E948CF}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -1,70 +0,0 @@
|
|||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>8.0.50727</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{FAF6D6B2-1EC9-4A1B-83BB-48F772E948CF}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Microsoft.Practices.ServiceLocation</RootNamespace>
|
||||
<AssemblyName>Microsoft.Practices.ServiceLocation</AssemblyName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<RunCodeAnalysis>false</RunCodeAnalysis>
|
||||
<DocumentationFile>bin\Debug\Microsoft.Practices.ServiceLocation.XML</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<DocumentationFile>bin\Release\Microsoft.Practices.ServiceLocation.XML</DocumentationFile>
|
||||
<RunCodeAnalysis>false</RunCodeAnalysis>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="ActivationException.cs" />
|
||||
<Compile Include="ActivationException.Desktop.cs" />
|
||||
<Compile Include="IServiceLocator.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.Desktop.cs" />
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ServiceLocator.cs" />
|
||||
<Compile Include="ServiceLocatorImplBase.cs" />
|
||||
<Compile Include="ServiceLocatorProvider.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Readme.txt" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
|
@ -1,6 +0,0 @@
|
|||
using System;
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Security;
|
||||
|
||||
[assembly: AllowPartiallyTrustedCallers]
|
|
@ -1,47 +0,0 @@
|
|||
using System;
|
||||
using System.Reflection;
|
||||
using System.Resources;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Security;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("Microsoft.Practices.ServiceLocation")]
|
||||
[assembly: AssemblyDescription("A simple facade that provides insulation from specific IoC containers.")]
|
||||
#if DEBUG
|
||||
[assembly: AssemblyConfiguration("Debug")]
|
||||
#else
|
||||
[assembly: AssemblyConfiguration("Release")]
|
||||
#endif
|
||||
[assembly: AssemblyCompany("Microsoft")]
|
||||
[assembly: AssemblyProduct("Microsoft.Practices.ServiceLocation")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft 2008")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
#if PORTABLE
|
||||
[assembly: NeutralResourcesLanguage("en-US")]
|
||||
#else
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("ead99581-ffd4-44dd-a45b-1d8322dcfb8c")]
|
||||
#endif
|
||||
[assembly: CLSCompliant(true)]
|
||||
[assembly: SecurityTransparent]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.3.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.3.0.0")]
|
|
@ -1,47 +0,0 @@
|
|||
using Microsoft.Practices.ServiceLocation;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ServiceLocation.Tests.Mocks
|
||||
{
|
||||
class MockServiceLocator : IServiceLocator
|
||||
{
|
||||
public object GetInstance(Type serviceType)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public object GetInstance(Type serviceType, string key)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public IEnumerable<object> GetAllInstances(Type serviceType)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public TService GetInstance<TService>()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public TService GetInstance<TService>(string key)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public IEnumerable<TService> GetAllInstances<TService>()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public object GetService(Type serviceType)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,36 +0,0 @@
|
|||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("ServiceLocation.Tests")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("ServiceLocation.Tests")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2014")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("53538dac-e54b-4bf2-b66b-87dda833745c")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
|
@ -1,92 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{E8106FBA-F925-45CF-9DEB-90806B3E8DBE}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>ServiceLocation.Tests</RootNamespace>
|
||||
<AssemblyName>ServiceLocation.Tests</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
|
||||
<IsCodedUITest>False</IsCodedUITest>
|
||||
<TestProjectType>UnitTest</TestProjectType>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
</ItemGroup>
|
||||
<Choose>
|
||||
<When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
||||
</ItemGroup>
|
||||
</When>
|
||||
<Otherwise>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
|
||||
</ItemGroup>
|
||||
</Otherwise>
|
||||
</Choose>
|
||||
<ItemGroup>
|
||||
<Compile Include="Mocks\MockServiceLocator.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="ServiceLocatorFixture.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Microsoft.Practices.ServiceLocation.PortableClassLibrary\Microsoft.Practices.ServiceLocation.PortableClassLibrary.csproj">
|
||||
<Project>{610653ae-b766-4ad1-a5c6-865246206b8f}</Project>
|
||||
<Name>Microsoft.Practices.ServiceLocation.PortableClassLibrary</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Choose>
|
||||
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
</When>
|
||||
</Choose>
|
||||
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"name": "Microsoft.Practices.ServiceLocation",
|
||||
"description": "IServiceLocator implementation"
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.26730.12
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Practices.ServiceLocation", "src\Microsoft.Practices.ServiceLocation.csproj", "{CE36BB81-F810-4061-9A59-639C24210D41}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "test\UnitTests.csproj", "{69BC47D2-947A-43BC-A3AB-B810CB2FAE62}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{CE36BB81-F810-4061-9A59-639C24210D41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{CE36BB81-F810-4061-9A59-639C24210D41}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{CE36BB81-F810-4061-9A59-639C24210D41}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{CE36BB81-F810-4061-9A59-639C24210D41}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{69BC47D2-947A-43BC-A3AB-B810CB2FAE62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{69BC47D2-947A-43BC-A3AB-B810CB2FAE62}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{69BC47D2-947A-43BC-A3AB-B810CB2FAE62}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{69BC47D2-947A-43BC-A3AB-B810CB2FAE62}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {72B4A8E1-7322-442A-8D97-5FAB12C9B0FC}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -1,26 +1,26 @@
|
|||
using System;
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace Microsoft.Practices.ServiceLocation
|
||||
{
|
||||
[Serializable]
|
||||
public partial class ActivationException
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="T:System.Exception" /> class with serialized data.
|
||||
/// </summary>
|
||||
/// <param name="info">
|
||||
/// The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.
|
||||
/// </param>
|
||||
/// <param name="context">
|
||||
/// The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.
|
||||
/// </param>
|
||||
/// <exception cref="T:System.ArgumentNullException">
|
||||
/// The <paramref name="info" /> parameter is null.
|
||||
/// </exception>
|
||||
/// <exception cref="T:System.Runtime.Serialization.SerializationException">
|
||||
/// The class name is null or <see cref="P:System.Exception.HResult" /> is zero (0).
|
||||
/// </exception>
|
||||
protected ActivationException(SerializationInfo info, StreamingContext context) : base(info, context) {}
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace Microsoft.Practices.ServiceLocation
|
||||
{
|
||||
[Serializable]
|
||||
public partial class ActivationException
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="T:System.Exception" /> class with serialized data.
|
||||
/// </summary>
|
||||
/// <param name="info">
|
||||
/// The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.
|
||||
/// </param>
|
||||
/// <param name="context">
|
||||
/// The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.
|
||||
/// </param>
|
||||
/// <exception cref="T:System.ArgumentNullException">
|
||||
/// The <paramref name="info" /> parameter is null.
|
||||
/// </exception>
|
||||
/// <exception cref="T:System.Runtime.Serialization.SerializationException">
|
||||
/// The class name is null or <see cref="P:System.Exception.HResult" /> is zero (0).
|
||||
/// </exception>
|
||||
protected ActivationException(SerializationInfo info, StreamingContext context) : base(info, context) {}
|
||||
}
|
||||
}
|
|
@ -1,34 +1,34 @@
|
|||
using System;
|
||||
|
||||
namespace Microsoft.Practices.ServiceLocation
|
||||
{
|
||||
/// <summary>
|
||||
/// The standard exception thrown when a ServiceLocator has an error in resolving an object.
|
||||
/// </summary>
|
||||
public partial class ActivationException : Exception
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="T:System.Exception" /> class.
|
||||
/// </summary>
|
||||
public ActivationException() {}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="T:System.Exception" /> class with a specified error message.
|
||||
/// </summary>
|
||||
/// <param name="message">
|
||||
/// The message that describes the error.
|
||||
/// </param>
|
||||
public ActivationException(string message) : base(message) {}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="T:System.Exception" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
||||
/// </summary>
|
||||
/// <param name="message">
|
||||
/// The error message that explains the reason for the exception.
|
||||
/// </param>
|
||||
/// <param name="innerException">
|
||||
/// The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
|
||||
/// </param>
|
||||
public ActivationException(string message, Exception innerException) : base(message, innerException) {}
|
||||
}
|
||||
}
|
||||
using System;
|
||||
|
||||
namespace Microsoft.Practices.ServiceLocation
|
||||
{
|
||||
/// <summary>
|
||||
/// The standard exception thrown when a ServiceLocator has an error in resolving an object.
|
||||
/// </summary>
|
||||
public partial class ActivationException : Exception
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="T:System.Exception" /> class.
|
||||
/// </summary>
|
||||
public ActivationException() {}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="T:System.Exception" /> class with a specified error message.
|
||||
/// </summary>
|
||||
/// <param name="message">
|
||||
/// The message that describes the error.
|
||||
/// </param>
|
||||
public ActivationException(string message) : base(message) {}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="T:System.Exception" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
||||
/// </summary>
|
||||
/// <param name="message">
|
||||
/// The error message that explains the reason for the exception.
|
||||
/// </param>
|
||||
/// <param name="innerException">
|
||||
/// The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
|
||||
/// </param>
|
||||
public ActivationException(string message, Exception innerException) : base(message, innerException) {}
|
||||
}
|
||||
}
|
|
@ -1,71 +1,71 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Microsoft.Practices.ServiceLocation
|
||||
{
|
||||
/// <summary>
|
||||
/// The generic Service Locator interface. This interface is used
|
||||
/// to retrieve services (instances identified by type and optional
|
||||
/// name) from a container.
|
||||
/// </summary>
|
||||
public interface IServiceLocator : IServiceProvider
|
||||
{
|
||||
/// <summary>
|
||||
/// Get an instance of the given <paramref name="serviceType"/>.
|
||||
/// </summary>
|
||||
/// <param name="serviceType">Type of object requested.</param>
|
||||
/// <exception cref="ActivationException">if there is an error resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>The requested service instance.</returns>
|
||||
object GetInstance(Type serviceType);
|
||||
|
||||
/// <summary>
|
||||
/// Get an instance of the given named <paramref name="serviceType"/>.
|
||||
/// </summary>
|
||||
/// <param name="serviceType">Type of object requested.</param>
|
||||
/// <param name="key">Name the object was registered with.</param>
|
||||
/// <exception cref="ActivationException">if there is an error resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>The requested service instance.</returns>
|
||||
object GetInstance(Type serviceType, string key);
|
||||
|
||||
/// <summary>
|
||||
/// Get all instances of the given <paramref name="serviceType"/> currently
|
||||
/// registered in the container.
|
||||
/// </summary>
|
||||
/// <param name="serviceType">Type of object requested.</param>
|
||||
/// <exception cref="ActivationException">if there is are errors resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>A sequence of instances of the requested <paramref name="serviceType"/>.</returns>
|
||||
IEnumerable<object> GetAllInstances(Type serviceType);
|
||||
|
||||
/// <summary>
|
||||
/// Get an instance of the given <typeparamref name="TService"/>.
|
||||
/// </summary>
|
||||
/// <typeparam name="TService">Type of object requested.</typeparam>
|
||||
/// <exception cref="ActivationException">if there is are errors resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>The requested service instance.</returns>
|
||||
TService GetInstance<TService>();
|
||||
|
||||
/// <summary>
|
||||
/// Get an instance of the given named <typeparamref name="TService"/>.
|
||||
/// </summary>
|
||||
/// <typeparam name="TService">Type of object requested.</typeparam>
|
||||
/// <param name="key">Name the object was registered with.</param>
|
||||
/// <exception cref="ActivationException">if there is are errors resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>The requested service instance.</returns>
|
||||
TService GetInstance<TService>(string key);
|
||||
|
||||
/// <summary>
|
||||
/// Get all instances of the given <typeparamref name="TService"/> currently
|
||||
/// registered in the container.
|
||||
/// </summary>
|
||||
/// <typeparam name="TService">Type of object requested.</typeparam>
|
||||
/// <exception cref="ActivationException">if there is are errors resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>A sequence of instances of the requested <typeparamref name="TService"/>.</returns>
|
||||
IEnumerable<TService> GetAllInstances<TService>();
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Microsoft.Practices.ServiceLocation
|
||||
{
|
||||
/// <summary>
|
||||
/// The generic Service Locator interface. This interface is used
|
||||
/// to retrieve services (instances identified by type and optional
|
||||
/// name) from a container.
|
||||
/// </summary>
|
||||
public interface IServiceLocator : IServiceProvider
|
||||
{
|
||||
/// <summary>
|
||||
/// Get an instance of the given <paramref name="serviceType"/>.
|
||||
/// </summary>
|
||||
/// <param name="serviceType">Type of object requested.</param>
|
||||
/// <exception cref="ActivationException">if there is an error resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>The requested service instance.</returns>
|
||||
object GetInstance(Type serviceType);
|
||||
|
||||
/// <summary>
|
||||
/// Get an instance of the given named <paramref name="serviceType"/>.
|
||||
/// </summary>
|
||||
/// <param name="serviceType">Type of object requested.</param>
|
||||
/// <param name="key">Name the object was registered with.</param>
|
||||
/// <exception cref="ActivationException">if there is an error resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>The requested service instance.</returns>
|
||||
object GetInstance(Type serviceType, string key);
|
||||
|
||||
/// <summary>
|
||||
/// Get all instances of the given <paramref name="serviceType"/> currently
|
||||
/// registered in the container.
|
||||
/// </summary>
|
||||
/// <param name="serviceType">Type of object requested.</param>
|
||||
/// <exception cref="ActivationException">if there is are errors resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>A sequence of instances of the requested <paramref name="serviceType"/>.</returns>
|
||||
IEnumerable<object> GetAllInstances(Type serviceType);
|
||||
|
||||
/// <summary>
|
||||
/// Get an instance of the given <typeparamref name="TService"/>.
|
||||
/// </summary>
|
||||
/// <typeparam name="TService">Type of object requested.</typeparam>
|
||||
/// <exception cref="ActivationException">if there is are errors resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>The requested service instance.</returns>
|
||||
TService GetInstance<TService>();
|
||||
|
||||
/// <summary>
|
||||
/// Get an instance of the given named <typeparamref name="TService"/>.
|
||||
/// </summary>
|
||||
/// <typeparam name="TService">Type of object requested.</typeparam>
|
||||
/// <param name="key">Name the object was registered with.</param>
|
||||
/// <exception cref="ActivationException">if there is are errors resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>The requested service instance.</returns>
|
||||
TService GetInstance<TService>(string key);
|
||||
|
||||
/// <summary>
|
||||
/// Get all instances of the given <typeparamref name="TService"/> currently
|
||||
/// registered in the container.
|
||||
/// </summary>
|
||||
/// <typeparam name="TService">Type of object requested.</typeparam>
|
||||
/// <exception cref="ActivationException">if there is are errors resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>A sequence of instances of the requested <typeparamref name="TService"/>.</returns>
|
||||
IEnumerable<TService> GetAllInstances<TService>();
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
namespace Microsoft.Practices.ServiceLocation
|
||||
{
|
||||
//
|
||||
// Summary:
|
||||
// Defines a mechanism for retrieving a service object; that is, an object that
|
||||
// provides custom support to other objects.
|
||||
public interface IServiceProvider
|
||||
{
|
||||
//
|
||||
// Summary:
|
||||
// Gets the service object of the specified type.
|
||||
//
|
||||
// Parameters:
|
||||
// serviceType:
|
||||
// An object that specifies the type of service object to get.
|
||||
//
|
||||
// Returns:
|
||||
// A service object of type serviceType.-or- null if there is no service object
|
||||
// of type serviceType.
|
||||
object GetService(System.Type serviceType);
|
||||
}
|
||||
}
|
|
@ -0,0 +1,47 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net35;net40;net47;netstandard1.0</TargetFrameworks>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<Description>A simple facade that provides insulation from specific IoC containers.</Description>
|
||||
<Version>2.0.0</Version>
|
||||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||||
<FileVersion>2.0.0.0</FileVersion>
|
||||
<Copyright>Copyright © Microsoft 2008</Copyright>
|
||||
<PackageProjectUrl>https://github.com/IoC-Unity/CommonServiceLocator</PackageProjectUrl>
|
||||
<PackageLicenseUrl>https://opensource.org/licenses/MS-PL</PackageLicenseUrl>
|
||||
<PackageReleaseNotes>This release adds support for .NET Standard 1.0 as well as .NET 3.5, 4.0, and 4.7</PackageReleaseNotes>
|
||||
<RepositoryUrl>https://github.com/IoC-Unity/CommonServiceLocator</RepositoryUrl>
|
||||
<RepositoryType>GitHub</RepositoryType>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="Exists('CommonServiceLocator.2.snk')">
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>CommonServiceLocator.2.snk</AssemblyOriginatorKeyFile>
|
||||
<DelaySign>false</DelaySign>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.0' ">
|
||||
<Compile Remove="ActivationException.Desktop.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<DebugType Condition="'$(TargetFramework)' != '' AND !$(TargetFramework.StartsWith('netcoreapp'))">Full</DebugType>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Update="Properties\Resources.Designer.cs">
|
||||
<DesignTime>True</DesignTime>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Update="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -1,90 +1,95 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.34014
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Microsoft.Practices.ServiceLocation.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||
/// </summary>
|
||||
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal Resources() {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the cached ResourceManager instance used by this class.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Practices.ServiceLocation.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Overrides the current thread's CurrentUICulture property for all
|
||||
/// resource lookups using this strongly typed resource class.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
get {
|
||||
return resourceCulture;
|
||||
}
|
||||
set {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Activation error occurred while trying to get all instances of type {0}.
|
||||
/// </summary>
|
||||
internal static string ActivateAllExceptionMessage {
|
||||
get {
|
||||
return ResourceManager.GetString("ActivateAllExceptionMessage", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Activation error occurred while trying to get instance of type {0}, key "{1}".
|
||||
/// </summary>
|
||||
internal static string ActivationExceptionMessage {
|
||||
get {
|
||||
return ResourceManager.GetString("ActivationExceptionMessage", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to ServiceLocationProvider must be set..
|
||||
/// </summary>
|
||||
internal static string ServiceLocationProviderNotSetMessage {
|
||||
get {
|
||||
return ResourceManager.GetString("ServiceLocationProviderNotSetMessage", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Microsoft.Practices.ServiceLocation.Properties {
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||
/// </summary>
|
||||
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal Resources() {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the cached ResourceManager instance used by this class.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
#if NETSTANDARD1_0
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Practices.ServiceLocation.Properties.Resources", typeof(Resources).GetTypeInfo().Assembly);
|
||||
#else
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Practices.ServiceLocation.Properties.Resources", typeof(Resources).Assembly);
|
||||
#endif
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Overrides the current thread's CurrentUICulture property for all
|
||||
/// resource lookups using this strongly typed resource class.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
get {
|
||||
return resourceCulture;
|
||||
}
|
||||
set {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Activation error occurred while trying to get all instances of type {0}.
|
||||
/// </summary>
|
||||
internal static string ActivateAllExceptionMessage {
|
||||
get {
|
||||
return ResourceManager.GetString("ActivateAllExceptionMessage", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Activation error occurred while trying to get instance of type {0}, key "{1}".
|
||||
/// </summary>
|
||||
internal static string ActivationExceptionMessage {
|
||||
get {
|
||||
return ResourceManager.GetString("ActivationExceptionMessage", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to ServiceLocationProvider must be set..
|
||||
/// </summary>
|
||||
internal static string ServiceLocationProviderNotSetMessage {
|
||||
get {
|
||||
return ResourceManager.GetString("ServiceLocationProviderNotSetMessage", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,132 +1,132 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="ActivateAllExceptionMessage" xml:space="preserve">
|
||||
<value>Activation error occurred while trying to get all instances of type {0}</value>
|
||||
<comment>Message shown if an exception occurs during a GetAllInstances call</comment>
|
||||
</data>
|
||||
<data name="ActivationExceptionMessage" xml:space="preserve">
|
||||
<value>Activation error occurred while trying to get instance of type {0}, key "{1}"</value>
|
||||
<comment>Message shown on exception in GetInstance method</comment>
|
||||
</data>
|
||||
<data name="ServiceLocationProviderNotSetMessage" xml:space="preserve">
|
||||
<value>ServiceLocationProvider must be set.</value>
|
||||
<comment>Message shown if ServiceLocator.Current called before ServiceLocationProvider is set.</comment>
|
||||
</data>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="ActivateAllExceptionMessage" xml:space="preserve">
|
||||
<value>Activation error occurred while trying to get all instances of type {0}</value>
|
||||
<comment>Message shown if an exception occurs during a GetAllInstances call</comment>
|
||||
</data>
|
||||
<data name="ActivationExceptionMessage" xml:space="preserve">
|
||||
<value>Activation error occurred while trying to get instance of type {0}, key "{1}"</value>
|
||||
<comment>Message shown on exception in GetInstance method</comment>
|
||||
</data>
|
||||
<data name="ServiceLocationProviderNotSetMessage" xml:space="preserve">
|
||||
<value>ServiceLocationProvider must be set.</value>
|
||||
<comment>Message shown if ServiceLocator.Current called before ServiceLocationProvider is set.</comment>
|
||||
</data>
|
||||
</root>
|
|
@ -1,71 +1,71 @@
|
|||
This file explains the expected semantics IServiceLocator implementations must implement to properly conform to this interface, and a few implementation notes.
|
||||
|
||||
==== Specification ====
|
||||
|
||||
**** GetInstance(Type, string) ****
|
||||
|
||||
This is the core method for retrieving a single instance from the container.
|
||||
|
||||
This method MUST NOT return null. It MUST return either an instance that implements the requested type or throw an ActivationException.
|
||||
No other exception type is allowed (except for the usual CLR rules for things like ThreadAbortException).
|
||||
|
||||
The implementation should be designed to expect a null for the string key parameter, and MUST interpret this as a request to get the "default" instance for the requested type. The meaning of "default" depends on the underlying container and how it is configured. A string of length 0 is considered to be different from a null, and implementers are free to choose what a string of length 0 as a key means.
|
||||
|
||||
**** GetAllInstances(Type) ****
|
||||
|
||||
This is the core method for retrieving multiple instances from the container.
|
||||
|
||||
If the container contains no instances of the requested type, this method MUST return an enumerator of length 0 instead of throwing an exception.
|
||||
|
||||
If an exception occurs while activating instances during enumeration, this method SHOULD throw an ActivationException and abort the enumeration. However, it may also choose to simply skip that object and continue enumerating.
|
||||
|
||||
**** Overload Behavior ****
|
||||
|
||||
A call to:
|
||||
|
||||
object IServiceLocator.GetInstance(serviceType)
|
||||
|
||||
MUST be exactly equivalent to a call to:
|
||||
|
||||
object IServiceLocator.GetInstance(serviceType, null)
|
||||
|
||||
A call to:
|
||||
|
||||
TService IServiceLocator.GetInstance<TService>()
|
||||
|
||||
MUST be exactly equivalent to a call to:
|
||||
|
||||
(TService)IServiceLocator.GetInstance(typeof(TService), null)
|
||||
|
||||
A call to:
|
||||
|
||||
TService IServiceLocator.GetInstance<TService>(key)
|
||||
|
||||
MUST be exactly equivalent to a call to:
|
||||
|
||||
(TService)IServiceLocator.GetInstance(typeof(TService), key)
|
||||
|
||||
A call to:
|
||||
|
||||
IEnumerable<TService> IServiceLocator.GetAllInstances<TService>()
|
||||
|
||||
Must be exactly equivalent to a call to:
|
||||
|
||||
IEnumerable<object> IServiceLocator.GetAllInstances(typeof(TService))
|
||||
|
||||
with the exception that the objects returned by the enumerator are already cast to type TService.
|
||||
|
||||
**** Throwing ActivationException ****
|
||||
|
||||
When throwing an ActivationException, the message string is explicitly undefined by this specification; the adapter implementors may format this message in any way they choose.
|
||||
|
||||
When throwing an ActivationException, the original exception MUST be returned as the value of the InnerException property.
|
||||
|
||||
==== ServiceLocatorImplBase ====
|
||||
|
||||
This class is not part of the specification; consumers should only reference the IServiceLocator interface. ServiceLocatorImplBase is provided as a convenience for implementors of IServiceLocator. It implements the correct overload semantics and exception wrapping behavior defined above. You just need to implement the two protected methods DoGetInstance and DoGetAllInstances and the rest will just work. In addition, the two protected methods FormatActivationExceptionMessage and FormatActivateAllExceptionMessage are provided if you wish to customize the error message reported in the exceptions.
|
||||
|
||||
==== Why is ActivationException a partial class? ====
|
||||
|
||||
Implementing ISerializable for exceptions is a .NET best practice for the desktop CLR. However, I anticipate a port to Silverlight for this code - many containers are already supporting Silverlight beta 2 or are about to. Silverlight does not support classic binary serialization. By making this a partial class and segregating the serialization details into a separate file, a future Silverlight port can simply leave the .Desktop.cs file out of the project and the incompatible code will be seamlessly removed.
|
||||
|
||||
This file explains the expected semantics IServiceLocator implementations must implement to properly conform to this interface, and a few implementation notes.
|
||||
|
||||
==== Specification ====
|
||||
|
||||
**** GetInstance(Type, string) ****
|
||||
|
||||
This is the core method for retrieving a single instance from the container.
|
||||
|
||||
This method MUST NOT return null. It MUST return either an instance that implements the requested type or throw an ActivationException.
|
||||
No other exception type is allowed (except for the usual CLR rules for things like ThreadAbortException).
|
||||
|
||||
The implementation should be designed to expect a null for the string key parameter, and MUST interpret this as a request to get the "default" instance for the requested type. The meaning of "default" depends on the underlying container and how it is configured. A string of length 0 is considered to be different from a null, and implementers are free to choose what a string of length 0 as a key means.
|
||||
|
||||
**** GetAllInstances(Type) ****
|
||||
|
||||
This is the core method for retrieving multiple instances from the container.
|
||||
|
||||
If the container contains no instances of the requested type, this method MUST return an enumerator of length 0 instead of throwing an exception.
|
||||
|
||||
If an exception occurs while activating instances during enumeration, this method SHOULD throw an ActivationException and abort the enumeration. However, it may also choose to simply skip that object and continue enumerating.
|
||||
|
||||
**** Overload Behavior ****
|
||||
|
||||
A call to:
|
||||
|
||||
object IServiceLocator.GetInstance(serviceType)
|
||||
|
||||
MUST be exactly equivalent to a call to:
|
||||
|
||||
object IServiceLocator.GetInstance(serviceType, null)
|
||||
|
||||
A call to:
|
||||
|
||||
TService IServiceLocator.GetInstance<TService>()
|
||||
|
||||
MUST be exactly equivalent to a call to:
|
||||
|
||||
(TService)IServiceLocator.GetInstance(typeof(TService), null)
|
||||
|
||||
A call to:
|
||||
|
||||
TService IServiceLocator.GetInstance<TService>(key)
|
||||
|
||||
MUST be exactly equivalent to a call to:
|
||||
|
||||
(TService)IServiceLocator.GetInstance(typeof(TService), key)
|
||||
|
||||
A call to:
|
||||
|
||||
IEnumerable<TService> IServiceLocator.GetAllInstances<TService>()
|
||||
|
||||
Must be exactly equivalent to a call to:
|
||||
|
||||
IEnumerable<object> IServiceLocator.GetAllInstances(typeof(TService))
|
||||
|
||||
with the exception that the objects returned by the enumerator are already cast to type TService.
|
||||
|
||||
**** Throwing ActivationException ****
|
||||
|
||||
When throwing an ActivationException, the message string is explicitly undefined by this specification; the adapter implementors may format this message in any way they choose.
|
||||
|
||||
When throwing an ActivationException, the original exception MUST be returned as the value of the InnerException property.
|
||||
|
||||
==== ServiceLocatorImplBase ====
|
||||
|
||||
This class is not part of the specification; consumers should only reference the IServiceLocator interface. ServiceLocatorImplBase is provided as a convenience for implementors of IServiceLocator. It implements the correct overload semantics and exception wrapping behavior defined above. You just need to implement the two protected methods DoGetInstance and DoGetAllInstances and the rest will just work. In addition, the two protected methods FormatActivationExceptionMessage and FormatActivateAllExceptionMessage are provided if you wish to customize the error message reported in the exceptions.
|
||||
|
||||
==== Why is ActivationException a partial class? ====
|
||||
|
||||
Implementing ISerializable for exceptions is a .NET best practice for the desktop CLR. However, I anticipate a port to Silverlight for this code - many containers are already supporting Silverlight beta 2 or are about to. Silverlight does not support classic binary serialization. By making this a partial class and segregating the serialization details into a separate file, a future Silverlight port can simply leave the .Desktop.cs file out of the project and the incompatible code will be seamlessly removed.
|
||||
|
|
@ -1,46 +1,46 @@
|
|||
using System;
|
||||
using Microsoft.Practices.ServiceLocation.Properties;
|
||||
|
||||
namespace Microsoft.Practices.ServiceLocation
|
||||
{
|
||||
/// <summary>
|
||||
/// This class provides the ambient container for this application. If your
|
||||
/// framework defines such an ambient container, use ServiceLocator.Current
|
||||
/// to get it.
|
||||
/// </summary>
|
||||
public static class ServiceLocator
|
||||
{
|
||||
private static ServiceLocatorProvider currentProvider;
|
||||
|
||||
/// <summary>
|
||||
/// The current ambient container.
|
||||
/// </summary>
|
||||
public static IServiceLocator Current
|
||||
{
|
||||
get
|
||||
{
|
||||
if (!IsLocationProviderSet) throw new InvalidOperationException(Resources.ServiceLocationProviderNotSetMessage);
|
||||
|
||||
return currentProvider();
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Set the delegate that is used to retrieve the current container.
|
||||
/// </summary>
|
||||
/// <param name="newProvider">Delegate that, when called, will return
|
||||
/// the current ambient container.</param>
|
||||
public static void SetLocatorProvider(ServiceLocatorProvider newProvider)
|
||||
{
|
||||
currentProvider = newProvider;
|
||||
}
|
||||
|
||||
public static bool IsLocationProviderSet
|
||||
{
|
||||
get
|
||||
{
|
||||
return currentProvider != null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using Microsoft.Practices.ServiceLocation.Properties;
|
||||
|
||||
namespace Microsoft.Practices.ServiceLocation
|
||||
{
|
||||
/// <summary>
|
||||
/// This class provides the ambient container for this application. If your
|
||||
/// framework defines such an ambient container, use ServiceLocator.Current
|
||||
/// to get it.
|
||||
/// </summary>
|
||||
public static class ServiceLocator
|
||||
{
|
||||
private static ServiceLocatorProvider currentProvider;
|
||||
|
||||
/// <summary>
|
||||
/// The current ambient container.
|
||||
/// </summary>
|
||||
public static IServiceLocator Current
|
||||
{
|
||||
get
|
||||
{
|
||||
if (!IsLocationProviderSet) throw new InvalidOperationException(Resources.ServiceLocationProviderNotSetMessage);
|
||||
|
||||
return currentProvider();
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Set the delegate that is used to retrieve the current container.
|
||||
/// </summary>
|
||||
/// <param name="newProvider">Delegate that, when called, will return
|
||||
/// the current ambient container.</param>
|
||||
public static void SetLocatorProvider(ServiceLocatorProvider newProvider)
|
||||
{
|
||||
currentProvider = newProvider;
|
||||
}
|
||||
|
||||
public static bool IsLocationProviderSet
|
||||
{
|
||||
get
|
||||
{
|
||||
return currentProvider != null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,164 +1,164 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using Microsoft.Practices.ServiceLocation.Properties;
|
||||
|
||||
namespace Microsoft.Practices.ServiceLocation
|
||||
{
|
||||
/// <summary>
|
||||
/// This class is a helper that provides a default implementation
|
||||
/// for most of the methods of <see cref="IServiceLocator"/>.
|
||||
/// </summary>
|
||||
public abstract class ServiceLocatorImplBase : IServiceLocator
|
||||
{
|
||||
/// <summary>
|
||||
/// Implementation of <see cref="IServiceProvider.GetService"/>.
|
||||
/// </summary>
|
||||
/// <param name="serviceType">The requested service.</param>
|
||||
/// <exception cref="ActivationException">if there is an error in resolving the service instance.</exception>
|
||||
/// <returns>The requested object.</returns>
|
||||
public virtual object GetService(Type serviceType)
|
||||
{
|
||||
return GetInstance(serviceType, null);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get an instance of the given <paramref name="serviceType"/>.
|
||||
/// </summary>
|
||||
/// <param name="serviceType">Type of object requested.</param>
|
||||
/// <exception cref="ActivationException">if there is an error resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>The requested service instance.</returns>
|
||||
public virtual object GetInstance(Type serviceType)
|
||||
{
|
||||
return GetInstance(serviceType, null);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get an instance of the given named <paramref name="serviceType"/>.
|
||||
/// </summary>
|
||||
/// <param name="serviceType">Type of object requested.</param>
|
||||
/// <param name="key">Name the object was registered with.</param>
|
||||
/// <exception cref="ActivationException">if there is an error resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>The requested service instance.</returns>
|
||||
public virtual object GetInstance(Type serviceType, string key)
|
||||
{
|
||||
try
|
||||
{
|
||||
return DoGetInstance(serviceType, key);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
throw new ActivationException(
|
||||
FormatActivationExceptionMessage(ex, serviceType, key),
|
||||
ex);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get all instances of the given <paramref name="serviceType"/> currently
|
||||
/// registered in the container.
|
||||
/// </summary>
|
||||
/// <param name="serviceType">Type of object requested.</param>
|
||||
/// <exception cref="ActivationException">if there is are errors resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>A sequence of instances of the requested <paramref name="serviceType"/>.</returns>
|
||||
public virtual IEnumerable<object> GetAllInstances(Type serviceType)
|
||||
{
|
||||
try
|
||||
{
|
||||
return DoGetAllInstances(serviceType);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
throw new ActivationException(
|
||||
FormatActivateAllExceptionMessage(ex, serviceType),
|
||||
ex);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get an instance of the given <typeparamref name="TService"/>.
|
||||
/// </summary>
|
||||
/// <typeparam name="TService">Type of object requested.</typeparam>
|
||||
/// <exception cref="ActivationException">if there is are errors resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>The requested service instance.</returns>
|
||||
public virtual TService GetInstance<TService>()
|
||||
{
|
||||
return (TService)GetInstance(typeof(TService), null);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get an instance of the given named <typeparamref name="TService"/>.
|
||||
/// </summary>
|
||||
/// <typeparam name="TService">Type of object requested.</typeparam>
|
||||
/// <param name="key">Name the object was registered with.</param>
|
||||
/// <exception cref="ActivationException">if there is are errors resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>The requested service instance.</returns>
|
||||
public virtual TService GetInstance<TService>(string key)
|
||||
{
|
||||
return (TService)GetInstance(typeof(TService), key);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get all instances of the given <typeparamref name="TService"/> currently
|
||||
/// registered in the container.
|
||||
/// </summary>
|
||||
/// <typeparam name="TService">Type of object requested.</typeparam>
|
||||
/// <exception cref="ActivationException">if there is are errors resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>A sequence of instances of the requested <typeparamref name="TService"/>.</returns>
|
||||
public virtual IEnumerable<TService> GetAllInstances<TService>()
|
||||
{
|
||||
foreach (object item in GetAllInstances(typeof(TService)))
|
||||
{
|
||||
yield return (TService)item;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// When implemented by inheriting classes, this method will do the actual work of resolving
|
||||
/// the requested service instance.
|
||||
/// </summary>
|
||||
/// <param name="serviceType">Type of instance requested.</param>
|
||||
/// <param name="key">Name of registered service you want. May be null.</param>
|
||||
/// <returns>The requested service instance.</returns>
|
||||
protected abstract object DoGetInstance(Type serviceType, string key);
|
||||
|
||||
/// <summary>
|
||||
/// When implemented by inheriting classes, this method will do the actual work of
|
||||
/// resolving all the requested service instances.
|
||||
/// </summary>
|
||||
/// <param name="serviceType">Type of service requested.</param>
|
||||
/// <returns>Sequence of service instance objects.</returns>
|
||||
protected abstract IEnumerable<object> DoGetAllInstances(Type serviceType);
|
||||
|
||||
/// <summary>
|
||||
/// Format the exception message for use in an <see cref="ActivationException"/>
|
||||
/// that occurs while resolving a single service.
|
||||
/// </summary>
|
||||
/// <param name="actualException">The actual exception thrown by the implementation.</param>
|
||||
/// <param name="serviceType">Type of service requested.</param>
|
||||
/// <param name="key">Name requested.</param>
|
||||
/// <returns>The formatted exception message string.</returns>
|
||||
protected virtual string FormatActivationExceptionMessage(Exception actualException, Type serviceType, string key)
|
||||
{
|
||||
return string.Format(CultureInfo.CurrentUICulture, Resources.ActivationExceptionMessage, serviceType.Name, key);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Format the exception message for use in an <see cref="ActivationException"/>
|
||||
/// that occurs while resolving multiple service instances.
|
||||
/// </summary>
|
||||
/// <param name="actualException">The actual exception thrown by the implementation.</param>
|
||||
/// <param name="serviceType">Type of service requested.</param>
|
||||
/// <returns>The formatted exception message string.</returns>
|
||||
protected virtual string FormatActivateAllExceptionMessage(Exception actualException, Type serviceType)
|
||||
{
|
||||
return string.Format(CultureInfo.CurrentUICulture, Resources.ActivateAllExceptionMessage, serviceType.Name);
|
||||
}
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using Microsoft.Practices.ServiceLocation.Properties;
|
||||
|
||||
namespace Microsoft.Practices.ServiceLocation
|
||||
{
|
||||
/// <summary>
|
||||
/// This class is a helper that provides a default implementation
|
||||
/// for most of the methods of <see cref="IServiceLocator"/>.
|
||||
/// </summary>
|
||||
public abstract class ServiceLocatorImplBase : IServiceLocator
|
||||
{
|
||||
/// <summary>
|
||||
/// Implementation of <see cref="IServiceProvider.GetService"/>.
|
||||
/// </summary>
|
||||
/// <param name="serviceType">The requested service.</param>
|
||||
/// <exception cref="ActivationException">if there is an error in resolving the service instance.</exception>
|
||||
/// <returns>The requested object.</returns>
|
||||
public virtual object GetService(Type serviceType)
|
||||
{
|
||||
return GetInstance(serviceType, null);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get an instance of the given <paramref name="serviceType"/>.
|
||||
/// </summary>
|
||||
/// <param name="serviceType">Type of object requested.</param>
|
||||
/// <exception cref="ActivationException">if there is an error resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>The requested service instance.</returns>
|
||||
public virtual object GetInstance(Type serviceType)
|
||||
{
|
||||
return GetInstance(serviceType, null);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get an instance of the given named <paramref name="serviceType"/>.
|
||||
/// </summary>
|
||||
/// <param name="serviceType">Type of object requested.</param>
|
||||
/// <param name="key">Name the object was registered with.</param>
|
||||
/// <exception cref="ActivationException">if there is an error resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>The requested service instance.</returns>
|
||||
public virtual object GetInstance(Type serviceType, string key)
|
||||
{
|
||||
try
|
||||
{
|
||||
return DoGetInstance(serviceType, key);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
throw new ActivationException(
|
||||
FormatActivationExceptionMessage(ex, serviceType, key),
|
||||
ex);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get all instances of the given <paramref name="serviceType"/> currently
|
||||
/// registered in the container.
|
||||
/// </summary>
|
||||
/// <param name="serviceType">Type of object requested.</param>
|
||||
/// <exception cref="ActivationException">if there is are errors resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>A sequence of instances of the requested <paramref name="serviceType"/>.</returns>
|
||||
public virtual IEnumerable<object> GetAllInstances(Type serviceType)
|
||||
{
|
||||
try
|
||||
{
|
||||
return DoGetAllInstances(serviceType);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
throw new ActivationException(
|
||||
FormatActivateAllExceptionMessage(ex, serviceType),
|
||||
ex);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get an instance of the given <typeparamref name="TService"/>.
|
||||
/// </summary>
|
||||
/// <typeparam name="TService">Type of object requested.</typeparam>
|
||||
/// <exception cref="ActivationException">if there is are errors resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>The requested service instance.</returns>
|
||||
public virtual TService GetInstance<TService>()
|
||||
{
|
||||
return (TService)GetInstance(typeof(TService), null);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get an instance of the given named <typeparamref name="TService"/>.
|
||||
/// </summary>
|
||||
/// <typeparam name="TService">Type of object requested.</typeparam>
|
||||
/// <param name="key">Name the object was registered with.</param>
|
||||
/// <exception cref="ActivationException">if there is are errors resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>The requested service instance.</returns>
|
||||
public virtual TService GetInstance<TService>(string key)
|
||||
{
|
||||
return (TService)GetInstance(typeof(TService), key);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get all instances of the given <typeparamref name="TService"/> currently
|
||||
/// registered in the container.
|
||||
/// </summary>
|
||||
/// <typeparam name="TService">Type of object requested.</typeparam>
|
||||
/// <exception cref="ActivationException">if there is are errors resolving
|
||||
/// the service instance.</exception>
|
||||
/// <returns>A sequence of instances of the requested <typeparamref name="TService"/>.</returns>
|
||||
public virtual IEnumerable<TService> GetAllInstances<TService>()
|
||||
{
|
||||
foreach (object item in GetAllInstances(typeof(TService)))
|
||||
{
|
||||
yield return (TService)item;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// When implemented by inheriting classes, this method will do the actual work of resolving
|
||||
/// the requested service instance.
|
||||
/// </summary>
|
||||
/// <param name="serviceType">Type of instance requested.</param>
|
||||
/// <param name="key">Name of registered service you want. May be null.</param>
|
||||
/// <returns>The requested service instance.</returns>
|
||||
protected abstract object DoGetInstance(Type serviceType, string key);
|
||||
|
||||
/// <summary>
|
||||
/// When implemented by inheriting classes, this method will do the actual work of
|
||||
/// resolving all the requested service instances.
|
||||
/// </summary>
|
||||
/// <param name="serviceType">Type of service requested.</param>
|
||||
/// <returns>Sequence of service instance objects.</returns>
|
||||
protected abstract IEnumerable<object> DoGetAllInstances(Type serviceType);
|
||||
|
||||
/// <summary>
|
||||
/// Format the exception message for use in an <see cref="ActivationException"/>
|
||||
/// that occurs while resolving a single service.
|
||||
/// </summary>
|
||||
/// <param name="actualException">The actual exception thrown by the implementation.</param>
|
||||
/// <param name="serviceType">Type of service requested.</param>
|
||||
/// <param name="key">Name requested.</param>
|
||||
/// <returns>The formatted exception message string.</returns>
|
||||
protected virtual string FormatActivationExceptionMessage(Exception actualException, Type serviceType, string key)
|
||||
{
|
||||
return string.Format(CultureInfo.CurrentUICulture, Resources.ActivationExceptionMessage, serviceType.Name, key);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Format the exception message for use in an <see cref="ActivationException"/>
|
||||
/// that occurs while resolving multiple service instances.
|
||||
/// </summary>
|
||||
/// <param name="actualException">The actual exception thrown by the implementation.</param>
|
||||
/// <param name="serviceType">Type of service requested.</param>
|
||||
/// <returns>The formatted exception message string.</returns>
|
||||
protected virtual string FormatActivateAllExceptionMessage(Exception actualException, Type serviceType)
|
||||
{
|
||||
return string.Format(CultureInfo.CurrentUICulture, Resources.ActivateAllExceptionMessage, serviceType.Name);
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,10 +1,10 @@
|
|||
namespace Microsoft.Practices.ServiceLocation
|
||||
{
|
||||
/// <summary>
|
||||
/// This delegate type is used to provide a method that will
|
||||
/// return the current container. Used with the <see cref="ServiceLocator"/>
|
||||
/// static accessor class.
|
||||
/// </summary>
|
||||
/// <returns>An <see cref="IServiceLocator"/>.</returns>
|
||||
public delegate IServiceLocator ServiceLocatorProvider();
|
||||
}
|
||||
namespace Microsoft.Practices.ServiceLocation
|
||||
{
|
||||
/// <summary>
|
||||
/// This delegate type is used to provide a method that will
|
||||
/// return the current container. Used with the <see cref="ServiceLocator"/>
|
||||
/// static accessor class.
|
||||
/// </summary>
|
||||
/// <returns>An <see cref="IServiceLocator"/>.</returns>
|
||||
public delegate IServiceLocator ServiceLocatorProvider();
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
|
||||
|
||||
using System;
|
||||
|
||||
namespace ServiceLocation.Tests.Components
|
||||
{
|
||||
public class AdvancedLogger : ILogger
|
||||
{
|
||||
public void Log(string msg)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
|
||||
|
||||
namespace ServiceLocation.Tests.Components
|
||||
{
|
||||
public interface ILogger
|
||||
{
|
||||
void Log(string msg);
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
|
||||
|
||||
using System;
|
||||
|
||||
namespace ServiceLocation.Tests.Components
|
||||
{
|
||||
public class SimpleLogger : ILogger
|
||||
{
|
||||
public void Log(string msg)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
using Microsoft.Practices.ServiceLocation;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace ServiceLocation.Tests.Mocks
|
||||
{
|
||||
public class MockServiceLocator : ServiceLocatorImplBase
|
||||
{
|
||||
private readonly IEnumerable<object> _objects;
|
||||
|
||||
public MockServiceLocator(IEnumerable<object> list)
|
||||
{
|
||||
_objects = list;
|
||||
}
|
||||
|
||||
|
||||
|
||||
protected override object DoGetInstance(Type serviceType, string key)
|
||||
{
|
||||
return null == key ? _objects.First(o => serviceType.IsAssignableFrom(o.GetType()))
|
||||
: _objects.First(o => serviceType.IsAssignableFrom(o.GetType()) && Equals(key, o.GetType().FullName));
|
||||
}
|
||||
|
||||
protected override IEnumerable<object> DoGetAllInstances(Type serviceType)
|
||||
{
|
||||
return _objects.Where(o => serviceType.IsAssignableFrom(o.GetType()));
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,40 @@
|
|||
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
|
||||
|
||||
using System;
|
||||
using Microsoft.Practices.ServiceLocation;
|
||||
using ServiceLocation.Tests.Components;
|
||||
using ServiceLocation.Tests.Mocks;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
namespace ServiceLocation.Tests
|
||||
{
|
||||
|
||||
[TestClass]
|
||||
public class ServiceLocatorAdapterFixture
|
||||
{
|
||||
protected IServiceLocator locator;
|
||||
|
||||
[TestInitialize]
|
||||
public void InitAdapterFixture()
|
||||
{
|
||||
locator = new MockServiceLocator(new object[] { new SimpleLogger(),
|
||||
new AdvancedLogger(),
|
||||
new NullReferenceException() });
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void GetInstance()
|
||||
{
|
||||
ILogger instance = locator.GetInstance<ILogger>();
|
||||
Assert.IsNotNull(instance);
|
||||
}
|
||||
|
||||
|
||||
[TestMethod]
|
||||
public void GetNamedInstance()
|
||||
{
|
||||
ILogger instance = locator.GetInstance<ILogger>(typeof(AdvancedLogger).FullName);
|
||||
Assert.IsInstanceOfType(instance, typeof(AdvancedLogger));
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,38 +1,38 @@
|
|||
using System;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using Microsoft.Practices.ServiceLocation;
|
||||
using ServiceLocation.Tests.Mocks;
|
||||
|
||||
namespace ServiceLocation.Tests
|
||||
{
|
||||
[TestClass]
|
||||
public class ServiceLocatorFixture
|
||||
{
|
||||
[TestInitialize]
|
||||
public void TestInit()
|
||||
{
|
||||
ServiceLocator.SetLocatorProvider(null);
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void ServiceLocatorIsLocationProviderSetReturnsTrueWhenSet()
|
||||
{
|
||||
ServiceLocator.SetLocatorProvider(() => new MockServiceLocator());
|
||||
|
||||
Assert.IsTrue(ServiceLocator.IsLocationProviderSet);
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void ServiceLocatorIsLocationProviderSetReturnsFalseWhenNotSet()
|
||||
{
|
||||
Assert.IsFalse(ServiceLocator.IsLocationProviderSet);
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
[ExpectedException(typeof(InvalidOperationException))]
|
||||
public void ServiceLocatorCurrentThrowsWhenLocationProviderNotSet()
|
||||
{
|
||||
var currentServiceLocator = ServiceLocator.Current;
|
||||
}
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using Microsoft.Practices.ServiceLocation;
|
||||
using ServiceLocation.Tests.Mocks;
|
||||
|
||||
namespace ServiceLocation.Tests
|
||||
{
|
||||
[TestClass]
|
||||
public class ServiceLocatorFixture
|
||||
{
|
||||
[TestInitialize]
|
||||
public void TestInit()
|
||||
{
|
||||
ServiceLocator.SetLocatorProvider(null);
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void ServiceLocatorIsLocationProviderSetReturnsTrueWhenSet()
|
||||
{
|
||||
ServiceLocator.SetLocatorProvider(() => new MockServiceLocator(null));
|
||||
|
||||
Assert.IsTrue(ServiceLocator.IsLocationProviderSet);
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void ServiceLocatorIsLocationProviderSetReturnsFalseWhenNotSet()
|
||||
{
|
||||
Assert.IsFalse(ServiceLocator.IsLocationProviderSet);
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
[ExpectedException(typeof(InvalidOperationException))]
|
||||
public void ServiceLocatorCurrentThrowsWhenLocationProviderNotSet()
|
||||
{
|
||||
var currentServiceLocator = ServiceLocator.Current;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net47</TargetFramework>
|
||||
<IsPackable>false</IsPackable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="MSTest.TestAdapter" Version="1.1.18" />
|
||||
<PackageReference Include="MSTest.TestFramework" Version="1.1.18" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\src\Microsoft.Practices.ServiceLocation.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Загрузка…
Ссылка в новой задаче