File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp3.0 </TargetFramework >
3
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
4
4
<AssemblyName >Jint.Benchmark</AssemblyName >
5
5
<OutputType >Exe</OutputType >
6
- <PackageId >Jint.Benchmark</PackageId >
7
6
<GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
8
7
<GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
9
8
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
15
14
<AssemblyOriginatorKeyFile >..\Jint\Jint.snk</AssemblyOriginatorKeyFile >
16
15
<SignAssembly >true</SignAssembly >
17
16
<LangVersion >8</LangVersion >
17
+ <IsPackable >false</IsPackable >
18
18
</PropertyGroup >
19
19
<ItemGroup >
20
20
<None Include =" .\Scripts\**" CopyToOutputDirectory =" PreserveNewest" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp3.0 </TargetFramework >
3
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
4
4
<OutputType >Exe</OutputType >
5
+ <IsPackable >false</IsPackable >
5
6
</PropertyGroup >
6
7
<ItemGroup >
7
8
<ProjectReference Include =" ..\Jint\Jint.csproj" />
Original file line number Diff line number Diff line change 10
10
<PackageId >Jint</PackageId >
11
11
<PackageTags >javascript, interpreter</PackageTags >
12
12
<PackageProjectUrl >https://github.com/sebastienros/jint</PackageProjectUrl >
13
- <PackageLicenseUrl >https://raw.githubusercontent.com/sebastienros/jint/master/LICENSE.txt</ PackageLicenseUrl >
13
+ <PackageLicenseExpression >BSD-2-Clause</ PackageLicenseExpression >
14
14
15
- <!-- SourceLink support -->
16
15
<PublishRepositoryUrl >true</PublishRepositoryUrl >
17
16
<EmbedUntrackedSources >true</EmbedUntrackedSources >
18
- <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
17
+ <IncludeSymbols >true</IncludeSymbols >
18
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
19
19
20
20
</PropertyGroup >
21
21
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ test_script:
27
27
- dotnet test .\Jint.Tests.Ecma\Jint.Tests.Ecma.csproj -c Release
28
28
- dotnet test .\Jint.Tests.Test262\Jint.Tests.Test262.csproj -c Release
29
29
artifacts :
30
- - path : ' Jint\**\*.nupkg'
30
+ - path : ' Jint\**\*.* nupkg'
31
31
deploy :
32
32
- provider : NuGet
33
33
on :
@@ -51,5 +51,4 @@ deploy:
51
51
server : https://www.nuget.org/api/v2/package
52
52
api_key :
53
53
secure : yZBBCLlJTphpHCezRUxyDny1mBbDw7xFG/2Rwt21A8khKp6KJCxFEYx4k9IihOjO
54
- skip_symbols : true
55
- artifact : /.*\.nupkg/
54
+ artifact : /.*\.*nupkg/
You can’t perform that action at this time.
0 commit comments