forked from webmd-health-services/Carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhiskey.yml
81 lines (77 loc) · 1.81 KB
/
whiskey.yml
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
Version: 2.5.1
PublishOn:
- master
BuildTasks:
- PowerShell:
OnlyBy: BuildServer
Path: Save-CarbonSigningKey.ps1
- MSBuild:
Path: Source\Carbon.sln
- NUnit2:
Path: Source\Test\bin\$(WHISKEY_MSBUILD_CONFIGURATION)\Carbon.Test.dll
- Exec:
Path: robocopy
Argument:
- Source\bin\$(WHISKEY_MSBUILD_CONFIGURATION)
- Carbon\bin
SuccessExitCode: <8
- Exec:
Path: robocopy
Argument:
- Source\Iis\bin\$(WHISKEY_MSBUILD_CONFIGURATION)
- Carbon\bin
SuccessExitCode: <8
- Exec:
Path: robocopy
Argument:
- Source\Xdt\bin\$(WHISKEY_MSBUILD_CONFIGURATION)
- Carbon\bin
SuccessExitCode: <8
- Delete:
OnlyBy: BuildServer
Path: Carbon\bin\*.pdb
- EnvironmentVariable:
OnlyBy: BuildServer
PSModulePath: "$(PSModulePath);$(WHISKEY_BUILD_ROOT)"
Scope:
- Process
- Machine
- PowerShell:
Path: Start-CarbonTest.ps1
- Pester3:
OnlyBy: Developer
Path:
- Test\LicenseNotices.Tests.ps1
- Test\*.ps1xml.Tests.ps1
- Test\Website.Tests.ps1
Version: 3.4.6
- PowerShell:
OnlyBy: Developer
Path: Tools\Blade\blade.ps1
Argument:
Path:
- Test\Test-Documentation.ps1
- Test\Test-ImportCarbon.ps1
- Test\Test-UsesUseCallerPreference.ps1
- Test\Test-ParentProcessID.ps1
- Pester3:
OnlyBy: BuildServer
Path: Test\*.Tests.ps1
Version: 3.4.6
- PowerShell:
OnlyBy: BuildServer
Path: Invoke-CarbonBladeTest.ps1
Argument:
Recurse: true
Path: Test
- PowerShell:
OnlyBy: Developer
Path: Complete-CarbonTest.ps1
- CopyFile:
Path:
- LICENSE.txt
- NOTICE.txt
DestinationDirectory: Carbon
- NuGetPack:
Path: Carbon.nuspec
PublishTasks: