File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" ..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props" />
4
+ <PropertyGroup >
5
+ <ProjectGuid >{2ECABA69-7F94-456F-A54B-8892464713BA}</ProjectGuid >
6
+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
7
+ <NuGetPackageImportStamp >
8
+ </NuGetPackageImportStamp >
9
+ <OutDir >$(MSBuildThisFileDirectory)</OutDir >
10
+ <OutputPath >$(MSBuildThisFileDirectory)</OutputPath >
11
+ <OutputType >library</OutputType >
12
+ <NoWarn >2008</NoWarn >
13
+ </PropertyGroup >
14
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
16
+ <ItemGroup >
17
+ <FilesToSign Include =" $(OutDir)/out/*.nupkg" >
18
+ <Authenticode >NuGet</Authenticode >
19
+ </FilesToSign >
20
+ </ItemGroup >
21
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
22
+ <Import Project =" ..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets" />
23
+ </Project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <packages >
3
+ <package id =" MicroBuild.Core" version =" 0.2.0" targetFramework =" native" developmentDependency =" true" />
4
+ </packages >
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ git diff --name-only `git merge-base origin/$ghprbTargetBranch HEAD` HEAD |
37
37
grep -v -E ' \.cmake$' |
38
38
grep -v -E ' \.json$' |
39
39
grep -v -E ' \.man$' |
40
+ grep -v -E ' \.proj$' |
41
+ grep -v -E ' packages.config$' |
40
42
grep -v -E ' lib/wabt/.*' |
41
43
grep -v -E ' test/WasmSpec/.*$' |
42
44
grep -v -E ' test/UnitTestFramework/yargs.js$' |
You can’t perform that action at this time.
0 commit comments