File tree 1 file changed +11
-1
lines changed
src/Xunit.SkippableFact.NuGet/build
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<ItemGroup >
4
- <None Include =" $(MSBuildThisFileDirectory)Xunit.SkippableFact.*.dll" >
4
+ <XunitSkippableFactExecutionLibs Include =" $(MSBuildThisFileDirectory)Xunit.SkippableFact.*.dll" />
5
+
6
+ <None Include =" @(XunitSkippableFactExecutionLibs)" >
5
7
<Link >%(Filename)%(Extension)</Link >
6
8
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
7
9
<Visible >False</Visible >
8
10
</None >
9
11
</ItemGroup >
12
+
13
+ <Target Name =" AddXunitSkippableFactExecutionLibs" AfterTargets =" _ComputeAppxPackagePayload" BeforeTargets =" _GenerateAppxManifest" >
14
+ <ItemGroup >
15
+ <AppxPackagePayload Include =" @(XunitSkippableFactExecutionLibs)" >
16
+ <TargetPath >%(FileName)%(Extension)</TargetPath >
17
+ </AppxPackagePayload >
18
+ </ItemGroup >
19
+ </Target >
10
20
</Project >
You can’t perform that action at this time.
0 commit comments