This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.props
696 lines (577 loc) · 32.6 KB
/
settings.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets="Run"
ToolsVersion="14.0"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--
Certain properties and items in this settings file allow replacement of the following templates:
${VersionMajor} - The major version number
${VersionMajorNext} - The next major version number
${VersionMinor} - The minor version number
${VersionMinorNext} - The next minor version number
${VersionPatch} - The patch version number
${VersionPatchNext} - The next patch version number
${VersionBuild} - The build number of the version
${VersionBuildNext} - The next build number of the version
${VersionPreRelease} - The pre-release code, e.g. 'unstable'
${VersionSemantic} - The semantic version, e.g. 1.2.3
${VersionSemanticFull} - The full semantic version, e.g. 1.2.3-unstable.1+001
${VersionSemanticNuGet} - The full semantic version as used by nuget, e.g. 1.2.3-unstable0001
${Configuration} - The configuration, e.g. Release
${Platform} - The platform name, e.g. Any CPU
${PlatformWithoutSpaces} - The platform name without spaces in it, e.g. AnyCPU
${VcsRevision} - The current VCS revision 'number'
${VcsBranch} - The name of the current VCS branch
${VcsGitRemoteRepository} - The URL of the remote GIT repository that is the origin.
${ReleaseNotes} - The contents of the release notes.
Each line of the release notes is formatted as: [ISSUE_ID] - [ISSUE SUMMARY] ([ISSUE_ASSIGNEE])
${ReleaseNotesHtmlEncoded} - The HTML encoded release notes to be used in XML and HTML
Each line of the release notes is formatted as: [ISSUE_ID] - [ISSUE SUMMARY] ([ISSUE_ASSIGNEE])
${Now} - The current date and time in round trip format, e.g. 2015-05-15T19:31:45.1234567+12:00
${Date} - The current date in the format year-month-dayofmonth, e.g. 2015-05-15
${DayOfMonth} - The current day of the month, e.g. 15
${Month} - The current month, e.g. 05
${Year} - The current year, e.g. 2015
${ProductName} - The name of the product
${ProductNameInFilePath} - The product name written in a way that it can be used in the file path
${ProductDescription} - The (short) description of the product
${ProductNamespace} - The namespace in which all the code for the product is placed
${ProductUrl} - The URL of the product website
${ProductStartingYear} - The year the current product was created / released.
${CompanyName} - The name of the company
${CompanyNameInFilePath} - The name of the company written in a way that it can be used in the file path
${CompanyUrl} - The URL of the company website
${CopyrightShort} - The short form of the copyright
${CopyrightLong} - The long form of the copyright
${FileReleaseNotes} - The file containing the release notes in text format
${DirWorkspace} - The full path to the directory that contains forms the base of the workspace for the project, e.g. c:\myproject
${DirBin} - The full path to the directory that contains the binaries, e.g. c:\myproject\build\bin\anycpu\release
${DirDeploy} - The full path to the directory that contains the artifacts, e.g. c:\myproject\build\deploy
${DirLogs} - The full path to the directory that contain the build logs, e.g. c:\myproject\build\logs
${DirSrc} - The full path to the directory that contains the source files, e.g. c:\myproject\src
${DirTemp} - The full path to the directory that contains the temporary build files, e.g c:\myproject\build\temp
${DirTests} - The full path to the directory that contains the test files, e.g. c:\myproject\tests
${DirNBuildKit} - The full path to the directory that contains the nBuildKit scripts, e.g. c:\myproject\packages\nbuildkit.msbuild.0.1.0\build
${DirNBuildKitExtensions} - The full path to the directory that contains the nBuildKit extension scripts, e.g. c:\myproject\packages\nbuildkit.msbuild.0.1.0\build\extensions
${DirNBuildKitTemplates} - The full path to the directory that contains the nBuildKit template files, e.g. c:\myproject\packages\nbuildkit.msbuild.0.1.0\build\templates
${VersionNBuildKit} - The semantic version of nBuildKit that was used for the current build
Special template parameters exists for additional version numbers. These are defined in the TemplateVersion ItemGroup
as defined below.
-->
<!-- Overrides for the global properties -->
<PropertyGroup>
<!--
A flag that indicates whether or not the workspace should be cleaned before the build is started. If set to
true then the 'DirBuild' directory will be removed as well as all known generated files.
-->
<!--<ShouldClean Condition=" '$(IsOnBuildServer)' != 'true' ">true</ShouldClean>-->
<!--
A flag that indicates whether or not the Visual Studio temporary and output directories should be cleaned
before the build is started. If set to true then the 'bin' and 'obj' directories for each project in
the provided Visual Studio solutions is cleaned.
-->
<!--<ShouldCleanVisualStudioOutputs Condition=" '$(IsOnBuildServer)' != 'true' ">true</ShouldCleanVisualStudioOutputs>-->
<!--
A flag that indicates whether or not the Visual Studio temporary and output directories should be deleted
before the build is started. If set to true then the 'bin' and 'obj' directories for each project in
the provided Visual Studio solutions are deleted.
Note: This is a more extensive clean than the standard clean in that the standard clean only cleans for the given
platforms and configurations. The delete version simply deletes the relevant 'bin' and 'obj' directories which
deletes outputs from all configurations.
-->
<!--<ShouldDeleteVisualStudioOutputs Condition=" '$(IsOnBuildServer)' != 'true' ">false</ShouldDeleteVisualStudioOutputs>-->
</PropertyGroup>
<!-- Overrides for the project specific properties -->
<PropertyGroup>
<!--
The name of the product. This is for instance used for:
* Copyrights
* API documentation
-->
<ProductName>Nuclei.Nunit.Extensions</ProductName>
<!--
The name of the product that can be used as part of a file path. This is for instance used for:
* Deployment directory naming
-->
<ProductNameInFilePath>nuclei.nunit.extensions</ProductNameInFilePath>
<!--
The description of the product. This is for instance used for:
* Installer information
-->
<ProductDescription>
Nuclei.Nunit.Extensions provides a set of test extensions for testing equality, hash values and exceptions.
</ProductDescription>
<!--
The namespace in which all the code for the product is placed. This is for instance used for:
* Finding the correct assemblies and namespaces for unit testing and coverage reporting
* Generated code files that contain namespaces
-->
<ProductNamespace>Nuclei.Nunit.Extensions</ProductNamespace>
<!--
The first year the product was available / created. This is for instance used for:
* Copyrights
-->
<ProductStartingYear>2013</ProductStartingYear>
<!--
The name of the company. This is for instance used for:
* Copyrights
* API documentation
-->
<CompanyName>TheNucleus</CompanyName>
<!--
The name of the company that can be used as a part of a file path. This is for instance used for:
* Installer file paths
-->
<CompanyNameInFilePath>TheNucleus</CompanyNameInFilePath>
<!--
The URL of the company website. This is for instance used for:
* nuspec files
-->
<CompanyUrl>https://github.com/TheNucleus/nuclei.nunit.extensions</CompanyUrl>
<!--
The email address that is specified in the documentation. This is for instance used for:
* API documentation
-->
<EmailDocumentation>UNDEFINED</EmailDocumentation>
<!--
The short form of the copyright text. This is for instance used for:
* Documentation copyrights
* Generated file copyrights
-->
<!--<CopyrightShort>Copyright (c) - $(CompanyName). All rights reserved.</CopyrightShort>-->
<!--
The long form of the copyright text. This is for instance used for:
* Assembly copyrights
-->
<!--<CopyrightLong>Copyright (c) - $(CompanyName) $(ProductStartingYear) - $([System.DateTime]::Now.ToString("yyyy")). All rights reserved.</CopyrightLong>-->
</PropertyGroup>
<!--
Overrides for the VCS specific properties
-->
<PropertyGroup>
<!-- The user name of the user who owns the repository on GitHub -->
<GitHubUserName>thenucleus</GitHubUserName>
<!--
The github repository that contains the source code for the current product. Used when getting the release notes
from the github issues. The correct format is <USERNAME>/<REPOSITORYNAME>
-->
<GitHubRepositoryName>nuclei.nunit.extensions</GitHubRepositoryName>
<!--
The full URL to the GIT repository. Can include the '%GitHubToken%' environment variable for authenticated
connection to the repository, e.g. https://%GitHubToken%:@github.com/MyUser/MyProject.git
-->
<GitRemoteRepository>https://github.com/$(GitHubUserName)/nuclei.nunit.extensions.git</GitRemoteRepository>
</PropertyGroup>
<!--
Defines the custom version numbers that should be available for template replacement.
The template consists of a name and a version number string. The name will be used as the
name of the template, i.e. 'VersionAssembly' will be available in the collection of template
parameters available for replacement.
Each version number may consist of zero or more template parameters. Template parameters
must be enclosed in '${}', e.g. ${VersionMajor} will be replaced by the major version number
as indicated at the top of the file.
Note that custom version number templates may not reference other custom version number templates.
-->
<ItemGroup Condition=" '$(ShouldLoadTemplateVersion)' == 'true' ">
<!--
The template for the version number that will be used in the 'AssemblyVersionAttribute' in the
'AssemblyInfo.VersionNumber.xx' file which can be generated if the 'ShouldGenerateAssemblyVersionInfo'
property is set to 'true'
-->
<TemplateVersion Include="VersionAssembly">
<Template>${VersionMajor}.0.0.0</Template>
</TemplateVersion>
<!--
The template for the version number that will be used in the 'AssemblyFileVersionAttribute' in the
'AssemblyInfo.VersionNumber.xx' file which can be generated if the 'ShouldGenerateAssemblyVersionInfo'
property is set to 'true'
-->
<!--
<TemplateVersion Include="VersionAssemblyFile">
<Template>${VersionMajor}.${VersionMinor}.${VersionPatch}.${VersionBuild}</Template>
</TemplateVersion>
-->
<!--
The template for the version number that will be used in the 'AssemblyInformationalVersionAttribute' in the
'AssemblyInfo.VersionNumber.xx' file which can be generated if the 'ShouldGenerateAssemblyVersionInfo'
property is set to 'true'
Also used as the 'ApplicationVersion' in the 'VersionNumber.wxi' file.
-->
<TemplateVersion Include="VersionProduct">
<Template>${VersionSemantic}</Template>
</TemplateVersion>
<!--
The template for the version number that will be used as the 'InstallVersion' in the
'VersionNumber.wxi' file which can be generated if the 'ShouldGenerateAssemblyVersionInfo'
property is set to 'true'
-->
<!--
<TemplateVersion Include="VersionInstall">
<Template>${VersionMajor}.${VersionMinor}.${VersionPatch}</Template>
</TemplateVersion>
-->
<!--
The template for the version number that will be used as the 'ProductVersionFolder' in the
'VersionNumber.wxi' file which can be generated if the 'ShouldGenerateAssemblyVersionInfo'
property is set to 'true'
-->
<!--
<TemplateVersion Include="VersionInstallFilePath">
<Template>${VersionMajor}.${VersionMinor}</Template>
</TemplateVersion>
-->
</ItemGroup>
<!--
Directories
-->
<PropertyGroup>
<!--
NOTE: The 'DirWorkspace' property is always set prior to loading the current file. The variable is set
to the directory which contains the current file.
-->
<!-- The directory that will contain all the files generated during the build process -->
<!-- <DirBuild>$(DirWorkspace)\build</DirBuild> -->
<!--
The directory that will contain all the binaries generated during the build process.
Note that there may be configuration and platform specific sub-directories.
-->
<!-- <DirBuildBin>$(DirBuild)\bin</DirBuildBin> -->
<!--
The directory where the current binaries are placed after being generated.
Note that $(Platform) and $(Configuration) do not have to be defined in this settings file. They may be provided
externally as long as they are provided before the settings file is loaded!
-->
<!-- <DirBuildBinPlatformConfig>$([System.IO.Path]::GetFullPath('$(DirBuildBin)\$(PlatformWithoutSpaces)\$(Configuration)'))</DirBuildBinPlatformConfig> -->
<!-- The directory that will contain all the generated artifacts during the build process -->
<!-- <DirBuildDeploy>$(DirBuild)\deploy</DirBuildDeploy> -->
<!-- The directory that will contain all the documentation files which are generated during the build process -->
<!-- <DirBuildDoc>$(DirBuildDeploy)\doc</DirBuildDoc> -->
<!-- The directory that will contain all the generated build logs during the build process -->
<!-- <DirBuildLogs>$(DirBuild)\logs</DirBuildLogs> -->
<!-- The directory that will contain the reports generated by OpenCover and ReportGenerator describing the coverage of the unit tests. -->
<!-- <DirReportGeneratorOutput>$(DirBuildLogs)\coverage</DirReportGeneratorOutput> -->
<!-- The directory that will contain all the temporary files needed during the build process -->
<!-- <DirBuildTemp>$(DirBuild)\temp</DirBuildTemp> -->
<!-- The directory that will contain all the test files generated during the test process -->
<!-- <DirBuildTest>$(DirBuild)\tests</DirBuildTest> -->
<!-- The directory that contains the documentation files -->
<DirDoc>$(DirWorkspace)\doc</DirDoc>
<!-- The directory that contains all the NuGet packages for the project -->
<!-- <DirPackages>$(DirWorkspace)\packages</DirPackages> -->
<!-- The directory that contains the source files for the project -->
<!-- <DirSrc>$(DirWorkspace)\src</DirSrc> -->
<!-- The directory that contains the template files for the project -->
<!-- <DirTemplates>$(DirWorkspace)\templates</DirTemplates> -->
<!-- The directory that contains all the test files for the project -->
<!-- <DirTests>$(DirWorkspace)\tests</DirTests> -->
</PropertyGroup>
<!--
Global files
-->
<PropertyGroup>
<!-- Defines the directory into which the workflow high level overview files are written -->
<!-- <DirHighLevelOverview>UNDEFINED</DirHighLevelOverview> -->
<!-- Defines the name of the file in which the high level overview of the build is written to -->
<!-- <FileNameHighLevelOverview>UNDEFINED</FileNameHighLevelOverview> -->
</PropertyGroup>
<!--
Workflow
-->
<PropertyGroup>
<!--
A flag that indicates whether or not the current build should assume that the GitFlow (http://nvie.com/posts/a-successful-git-branching-model/)
workflow is being used.
-->
<!-- <IsGitFlow>UNDEFINED</IsGitFlow> -->
</PropertyGroup>
<!--
Security
-->
<ItemGroup Condition=" 'ShouldLoadGpgKeyServers' == 'true' ">
<!--
The GPG key server that will be used to pull GPG keys from.
-->
<!--
<GpgKeyServers Include="pgp.mit.edu" />
-->
</ItemGroup>
<!--
**** PREPARE - NUGET RESTORE ****
-->
<ItemGroup Condition=" '$(ShouldLoadNuGetPackageFiles)' == 'true' ">
<!--
<NuGetPackageFiles
Condition=" '$(DirWorkspace)' != '' "
Include="$(DirWorkspace)\packages.config"
Condition="Exists('$(DirWorkspace)\packages.config')" />
-->
</ItemGroup>
<!--
**** PREPARE - NPM RESTORE ****
-->
<ItemGroup Condition=" '$(ShouldLoadNpmPackageFiles)' == 'true' ">
<!--
<NpmPackageFiles
Condition=" '$(DirWorkspace)' != '' "
Include="$(DirWorkspace)\**\package.json"
Exclude="$(DirBuild)\**\package.json;$(DirWorkspace)\**\bin\**\package.json;$(DirWorkspace)\**\obj\**\package.json;$(DirWorkspace)\**\bower_components\**\package.json;$(DirWorkspace)\**\node_modules\**\package.json" />
-->
</ItemGroup>
<!--
**** PREPARE - MERGE ****
-->
<PropertyGroup>
<!--
The flag that indicates if the input branch is a Git master branch.
-->
<!-- <IsMasterBranch Condition=" '$(IsMasterBranch)' == '' AND '$(IsGitWorkspace)' == 'true' ">$([System.Text.RegularExpressions.Regex]::IsMatch('$(GitBranchExpected)', '^(master)%24'))</IsMasterBranch> -->
<!--
The flag that indicates if the input branch is a Git develop branch.
-->
<!-- <IsDevelopBranch Condition=" '$(IsDevelopBranch)' == '' AND '$(IsGitFlow)' == 'true' ">$([System.Text.RegularExpressions.Regex]::IsMatch('$(GitBranchExpected)', '^(develop)%24'))</IsDevelopBranch> -->
<!--
The flag that indicates if the input branch is a GitFlow feature branch.
-->
<!-- <IsFeatureBranch Condition=" '$(IsGitFlow)' == 'true' ">$([System.Text.RegularExpressions.Regex]::IsMatch('$(GitBranchExpected)', '^(feature\/).*'))</IsFeatureBranch> -->
<!--
The flag that indicates if the input branch is a GitFlow release branch.
-->
<!-- <IsReleaseBranch Condition=" '$(IsGitFlow)' == 'true' ">$([System.Text.RegularExpressions.Regex]::IsMatch('$(GitBranchExpected)', '^(release\/).*'))</IsReleaseBranch> -->
<!--
The flag that indicates if the input branch is a GitFlow hotfix branch.
-->
<!-- <IsHotfixBranch Condition=" '$(IsGitFlow)' == 'true' ">$([System.Text.RegularExpressions.Regex]::IsMatch('$(GitBranchExpected)', '^(hotfix\/).*'))</IsHotfixBranch> -->
</PropertyGroup>
<!--
The collection of branches that the changes should be merged to. The build will be executed on the last
merged branch, e.g. if the list is:
branch_1
branch_2
branch_3
Then the build process will merge to the branches in the given order and will finally execute the following
build steps on 'branch_3'.
If the branch should be tagged then that can be done as a separate build step.
Finally if the zip packaging step is included in the build process it will automatically zip the .git folder
so that other builds can reproduce the current workspace exactly.
Any failure during the branching process will stop the build process.
-->
<ItemGroup Condition=" '$(ShouldLoadBranchMergeTarget)' == 'true' ">
<!-- GITFLOW: If the input branch (GitBranchExpected) is a feature branch then we merge to develop -->
<!--
<BranchMergeTarget
Condition=" '$(IsGitFlow)' == 'true' AND '$(IsFeatureBranch)' == 'true' "
Include="develop" />
-->
<!-- GITFLOW: If the input branch (GitBranchExpected) is a release branch then we merge to develop and master -->
<!--
<BranchMergeTarget
Condition=" '$(IsGitFlow)' == 'true' AND '$(IsReleaseBranch)' == 'true' "
Include="develop" />
<BranchMergeTarget
Condition=" '$(IsGitFlow)' == 'true' AND '$(IsReleaseBranch)' == 'true' "
Include="master" />
-->
<!-- GITFLOW: If the input branch (GitBranchExpected) is a hotfix branch then we merge to develop and master -->
<!--
<BranchMergeTarget
Condition=" '$(IsGitFlow)' == 'true' AND '$(IsHotfixBranch)' == 'true' "
Include="develop" />
<BranchMergeTarget
Condition=" '$(IsGitFlow)' == 'true' AND '$(IsHotfixBranch)' == 'true' "
Include="master" />
-->
</ItemGroup>
<!--
**** PREPARE - VERSIONING ****
-->
<PropertyGroup>
<!--
The full path to the file that contains the current version of the project in MsBuild format. The file is expected
to have the following structure:
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0"
DefaultTargets="Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<BuildNumber>$(BUILD_NUMBER)</BuildNumber>
<BuildNumber Condition=" '$(BuildNumber)' == '' ">0</BuildNumber>
<VersionMajor>1</VersionMajor>
<VersionMinor>2</VersionMinor>
<VersionPatch>3</VersionPatch>
<VersionBuild>$(BuildNumber)</VersionBuild>
<VersionPreRelease></VersionPreRelease>
</PropertyGroup>
</Project>
-->
<!-- <FileVersionMsBuild>$(DirWorkspace)\version.xml</FileVersionMsBuild> -->
<!--
When using GitVersion with a git repository that needs authentication the following properties
have to be defined on via an environment variable (either local to the process that executes the build,
or global to the user):
GitPassword - The user token that provides access to GitHub
The following properties can be defined on the command line or via the current script:
GitUserName - The user name of the user who owns the Git repository
Note that if no authentication is required, e.g. the repository allows anonymous access or
the authentication is done through the user account, i.e. via Active Directory, then
the user name should be left empty.
-->
<!-- <GitUserName></GitUserName> -->
<!--
The full file path to the script that handles custom generation of the version numbers.
The script is expected be a custom implementation of the CalculateCustomVersion.msbuild script.
The script file can be called anything as long as it contains an inline task
called CalculateCustomVersion that takes no parameters and returns the version number parts as follows:
VersionMajor - The major component of the version number, e.g. 1.
VersionMinor - The minor component of the version number, e.g. 2.
VersionPatch - The patch component of the version number, e.g. 3.
VersionBuild - The build component of the version number, e.g. 4.
VersionPreRelease - The pre-release section of the version number, e.g. 'unstable'
VersionSemantic - The short semantic version, normally made up of
<MAJOR>.<MINOR>.<PATCH>, e.g. 1.2.3
VersionSemanticFull - The full semantic version, normally made up of
<MAJOR>.<MINOR>.<PATCH>-<METADATA>+<BUILD>, e.g. 1.2.3-unstable+4
VersionSemanticNuget - The NuGet compatible semantic version, normally made up of
<MAJOR>.<MINOR>.<PATCH>-<PRERELEASE><BUILD>, e.g. 1.2.3-unstable4
-->
<!-- <ScriptGetVersion>UNDEFINED</ScriptGetVersion> -->
</PropertyGroup>
<!--
**** PREPARE - RELEASE NOTES ****
-->
<PropertyGroup>
<!--
The template for the Github milestone name that will be used to get the closed work items for the
release note
-->
<!-- <GitHubMilestoneName>${VersionMajor}.${VersionMinor}.${VersionPatch}</GitHubMilestoneName> -->
<!-- The user name of the user who owns the GitHub repository -->
<!-- <GitHubUserName>UNDEFINED</GitHubUserName> -->
<!--
The full file path to the script that handles custom collection of the issue information for the current
release.
The script is expected be a custom implementation of the GatherIssues.msbuild script.
The script file can be called anything as long as it contains a target called:
'_Custom_GetIssueInformationForCurrentRelease'
The target should create an ItemGroup called 'ReleaseNoteIssues' containing the issue information. The each item in the item
group should describe one issue in the following format:
<item include="ISSUE_NUMBER">
<Title>ISSUE_TITLE</Title>
<URL>ISSUE_URL</Url>
<State>ISSUE_STATE</State>
<Body>ISSUE_BODY</Body>
<UserName>ISSUE_USERNAME</UserName>
<UserUrl>ISSUE_USERURL</UserUrl>
<Labels>ISSUE_LABELS</Labels>
</item>
Where:
ISSUE_NUMBER - The ID of the issue.
ISSUE_TITLE - The title of the issue.
ISSUE_URL - The URL of the issue.
ISSUE_STATE - The state of the issue, e.g. open, closed etc.
ISSUE_BODY - The description of the issue.
ISSUE_USERNAME - The name of the user to whom the issue is assigned.
ISSUE_USERURL - The URL for the user, if it exists.
ISSUE_LABELS - The labels / type for the issue.
-->
<!-- <ScriptGatherIssues>UNDEFINED</ScriptGatherIssues> -->
<!--
The full file path to the script that handles the custom formatting of the release notes for
the current release.
The script is expected be a custom implementation of the WriteReleaseNotes.msbuild script.
The script file can be called anything as long as it contains a target called:
'_Custom_WriteReleaseNotesForCurrentRelease'
The target should process an ItemGroup called 'ReleaseNoteIssues' containing the issue information. The each item in the item
group describes one issue in the following format:
<item include="ISSUE_NUMBER">
<Title>ISSUE_TITLE</Title>
<State>ISSUE_STATE</State>
<Body>ISSUE_BODY</Body>
<UserName>ISSUE_USERNAME</UserName>
<UserUrl>ISSUE_USERURL</UserUrl>
<Labels>ISSUE_LABELS</Labels>
</item>
Where:
ISSUE_NUMBER - The ID of the issue.
ISSUE_TITLE - The title of the issue.
ISSUE_STATE - The state of the issue, e.g. open, closed etc.
ISSUE_BODY - The description of the issue.
ISSUE_USERNAME - The name of the user to whom the issue is assigned.
ISSUE_USERURL - The URL for the user, if it exists.
ISSUE_LABELS - The labels / type for the issue.
-->
<!-- <ScriptWriteReleaseNotes>UNDEFINED</ScriptWriteReleaseNotes> -->
<!--
A flag that indicates whether or not the build should fail if there is a failure to gather the release notes.
-->
<!-- <ContinueBuildIfReleaseNoteGatheringFails>true</ContinueBuildIfReleaseNoteGatheringFails> -->
</PropertyGroup>
<!--
**** PREPARE - GENERATE FILES ****
-->
<PropertyGroup>
<!--
The full path to the system provided scripts that contain a task to generate
additional template tokens.
Each script should have a task with the same name as the file.
-->
<!-- <TemplateTokenGenerators>UNDEFINED</TemplateTokenGenerators> -->
</PropertyGroup>
<!--
Additional items that should be available for the template replacement.
The default template parameters, as indicated at the top of this file, are always available.
-->
<ItemGroup>
<TemplateTokens Include="DirDoc">
<ReplacementValue>$(DirDoc)</ReplacementValue>
</TemplateTokens>
</ItemGroup>
<!-- Additional generated files -->
<PropertyGroup>
<!-- <FileGeneratedLicenses>$(DirBuildTemp)\licenses.xml</FileGeneratedLicenses> -->
</PropertyGroup>
<!--
**** STEPS ****
-->
<PropertyGroup>
<!--
Defines the groups that should be executed in the current stage.
A group is a collection of steps which are executed in sequence in the same process. One step
can belong to multiple groups and one group may contain multiple steps.
A group is identified by a tag.
The tag 'all' is a special tag that will lead to the invocation of all steps that are registered for the
selected stage.
-->
<!-- <GroupsToExecute>All</GroupsToExecute> -->
</PropertyGroup>
<!--
*************************************
* *
* SHARED TOOLS *
* *
*************************************
-->
<!-- Overrides for the tools paths -->
<PropertyGroup>
</PropertyGroup>
<!--
*****************************************
* *
* NBUILDKIT SPECIFIC SETTINGS *
* *
*****************************************
-->
<PropertyGroup>
<!-- Defines whether the current script file has been loaded / imported or not -->
<ExistsSettings>true</ExistsSettings>
<!-- Defines the version number of the configuration file -->
<NBuildKitConfigurationVersion>1.1</NBuildKitConfigurationVersion>
</PropertyGroup>
<!--
Defines the minimum and maximum versions for nBuildKit which are used to grab the correct nBuildKit packages from
NuGet if no package is specified in the packages.config file.
-->
<PropertyGroup>
<PackageMinimumVersion Condition=" '$(PackageMinimumVersion)' == '' ">1.1.0</PackageMinimumVersion>
<PackageMaximumVersion Condition=" '$(PackageMaximumVersion)' == '' ">2.0.0</PackageMaximumVersion>
</PropertyGroup>
</Project>