File tree 8 files changed +14
-39
lines changed
8 files changed +14
-39
lines changed Original file line number Diff line number Diff line change @@ -240,10 +240,6 @@ function Create-NugetPackages {
240
240
241
241
Copy-Item - Path " $ ( $env: TF_PACKAGES_DIR ) \microsoft.testplatform.adapterutilities\$TestPlatformVersion \lib" - Destination " $ ( $stagingDir ) \Microsoft.TestPlatform.AdapterUtilities" - Recurse - Force
242
242
243
- # Copy over LICENSE file to staging directory
244
- $licenseFilePath = Join-Path $env: TF_ROOT_DIR " LICENSE"
245
- Copy-Item $licenseFilePath $stagingDir - Force
246
-
247
243
# Call nuget pack on these components.
248
244
$nugetExe = Locate- Nuget
249
245
Original file line number Diff line number Diff line change 10
10
<summary >This is a private nuget package that contains the xml documentation files for MSTest V2 Framework.</summary >
11
11
<description >This is a private nuget package that contains the xml documentation files for MSTest V2 Framework.</description >
12
12
<projectUrl >https://github.com/microsoft/testfx</projectUrl >
13
- <license type =" file" >LICENSE</license >
13
+ <license type =" expression" >MIT</license >
14
+ <licenseUrl >https://licenses.nuget.org/MIT</licenseUrl >
14
15
<iconUrl >http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl >
15
16
<icon >Icon.png</icon >
16
17
<copyright >© Microsoft Corporation. All rights reserved.</copyright >
24
25
<file src =" Extension.UWP\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml" target =" contentFiles\any\any\Extensions\UWP" />
25
26
<file src =" Extension.WinUI\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml" target =" contentFiles\any\any\Extensions\WinUI" />
26
27
27
- <!-- LICENSE -->
28
- <!-- Workaround for https://github.com/NuGet/Home/issues/7601 -->
29
- <file src =" LICENS*" target =" " />
30
-
31
28
<!-- Icon -->
32
29
<file src =" Icon.png" target =" " />
33
30
</files >
Original file line number Diff line number Diff line change 17
17
- ASP.NET Core 1.0+ (Visual Studio 2017)
18
18
</description >
19
19
<projectUrl >https://github.com/microsoft/testfx</projectUrl >
20
- <license type =" file" >LICENSE</license >
20
+ <license type =" expression" >MIT</license >
21
+ <licenseUrl >https://licenses.nuget.org/MIT</licenseUrl >
21
22
<iconUrl >http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl >
22
23
<icon >Icon.png</icon >
23
24
<copyright >© Microsoft Corporation. All rights reserved.</copyright >
78
79
<file src =" Build\Desktop\MSTest.TestAdapter.targets" target =" build\net45\MSTest.TestAdapter.targets" />
79
80
<file src =" Microsoft.TestPlatform.AdapterUtilities\netstandard2.0\" target =" build\net45\" />
80
81
81
- <!-- LICENSE -->
82
- <!-- Workaround for https://github.com/NuGet/Home/issues/7601 -->
83
- <file src =" LICENS*" target =" " />
84
-
85
82
<!-- Icon -->
86
83
<file src =" Icon.png" target =" " />
87
84
</files >
Original file line number Diff line number Diff line change 17
17
- ASP.NET Core 1.0+ (Visual Studio 2017)
18
18
</description >
19
19
<projectUrl >https://github.com/microsoft/testfx</projectUrl >
20
- <license type =" file" >LICENSE</license >
20
+ <license type =" expression" >MIT</license >
21
+ <licenseUrl >https://licenses.nuget.org/MIT</licenseUrl >
21
22
<iconUrl >http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl >
22
23
<icon >Icon.png</icon >
23
24
<copyright >© Microsoft Corporation. All rights reserved.</copyright >
83
84
<file src =" PlatformServices.Desktop\**\*.resources.dll" target =" \build\_common\" />
84
85
<file src =" MSTest.Core\**\*.resources.dll" target =" build\_common\" />
85
86
86
- <!-- LICENSE -->
87
- <!-- Workaround for https://github.com/NuGet/Home/issues/7601 -->
88
- <file src =" LICENS*" target =" " />
89
-
90
87
<!-- Icon -->
91
88
<file src =" Icon.png" target =" " />
92
89
</files >
Original file line number Diff line number Diff line change 17
17
- ASP.NET Core 1.0+ (Visual Studio 2017)
18
18
</description >
19
19
<projectUrl >https://github.com/microsoft/testfx</projectUrl >
20
- <license type =" file" >LICENSE</license >
20
+ <license type =" expression" >MIT</license >
21
+ <licenseUrl >https://licenses.nuget.org/MIT</licenseUrl >
21
22
<iconUrl >http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl >
22
23
<icon >Icon.png</icon >
23
24
<copyright >© Microsoft Corporation. All rights reserved.</copyright >
103
104
<file src =" PlatformServices.Desktop\**\*.resources.dll" target =" \build\_common\" />
104
105
<file src =" MSTest.Core\**\*.resources.dll" target =" build\_common\" />
105
106
106
- <!-- LICENSE -->
107
- <!-- Workaround for https://github.com/NuGet/Home/issues/7601 -->
108
- <file src =" LICENS*" target =" " />
109
-
110
107
<!-- Icon -->
111
108
<file src =" Icon.png" target =" " />
112
109
</files >
Original file line number Diff line number Diff line change 20
20
To discover and execute tests install MSTest.TestAdapter.
21
21
</description >
22
22
<projectUrl >https://github.com/microsoft/testfx</projectUrl >
23
- <license type =" file" >LICENSE</license >
23
+ <license type =" expression" >MIT</license >
24
+ <licenseUrl >https://licenses.nuget.org/MIT</licenseUrl >
24
25
<iconUrl >http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl >
25
26
<icon >Icon.png</icon >
26
27
<copyright >© Microsoft Corporation. All rights reserved.</copyright >
64
65
<file src =" Extension.WinUI\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll" target =" lib\net5.0-windows10.0.18362.0" />
65
66
<file src =" Extension.WinUI\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml" target =" lib\net5.0-windows10.0.18362.0" />
66
67
67
- <!-- LICENSE -->
68
- <!-- Workaround for https://github.com/NuGet/Home/issues/7601 -->
69
- <file src =" LICENS*" target =" " />
70
-
71
68
<!-- Icon -->
72
69
<file src =" Icon.png" target =" " />
73
70
</files >
Original file line number Diff line number Diff line change 20
20
To discover and execute tests install MSTest.TestAdapter.
21
21
</description >
22
22
<projectUrl >https://github.com/microsoft/testfx</projectUrl >
23
- <license type =" file" >LICENSE</license >
23
+ <license type =" expression" >MIT</license >
24
+ <licenseUrl >https://licenses.nuget.org/MIT</licenseUrl >
24
25
<iconUrl >http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl >
25
26
<icon >Icon.png</icon >
26
27
<copyright >© Microsoft Corporation. All rights reserved.</copyright >
72
73
<file src =" MSTest.Core\**\Microsoft.VisualStudio.TestPlatform.TestFramework.xml" target =" lib\net5.0-windows10.0.18362.0\" />
73
74
<file src =" Extension.WinUI\**\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml" target =" lib\net5.0-windows10.0.18362.0\" />
74
75
75
- <!-- LICENSE -->
76
- <!-- Workaround for https://github.com/NuGet/Home/issues/7601 -->
77
- <file src =" LICENS*" target =" " />
78
-
79
76
<!-- Icon -->
80
77
<file src =" Icon.png" target =" " />
81
78
</files >
Original file line number Diff line number Diff line change 19
19
To discover and execute tests install MSTest.TestAdapter.
20
20
</description >
21
21
<projectUrl >https://github.com/microsoft/testfx</projectUrl >
22
- <license type =" file" >LICENSE</license >
22
+ <license type =" expression" >MIT</license >
23
+ <licenseUrl >https://licenses.nuget.org/MIT</licenseUrl >
23
24
<iconUrl >http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl >
24
25
<icon >Icon.png</icon >
25
26
<copyright >© Microsoft Corporation. All rights reserved.</copyright >
82
83
<!-- Source code -->
83
84
<file src =" $srcroot$\**\*.cs" target =" src" />
84
85
85
- <!-- LICENSE -->
86
- <!-- Workaround for https://github.com/NuGet/Home/issues/7601 -->
87
- <file src =" LICENS*" target =" " />
88
-
89
86
<!-- Icon -->
90
87
<file src =" Icon.png" target =" " />
91
88
</files >
You can’t perform that action at this time.
0 commit comments