Unverified Commit 4eacdb09 authored by Lemon's avatar Lemon Committed by GitHub

Modify release package properties (#143)

parent eda85a66
......@@ -3,7 +3,6 @@ os: Visual Studio 2017
branches:
only:
- master
- develop
environment:
BUILDING_ON_PLATFORM: win
BuildEnvironment: appveyor
......@@ -19,7 +18,7 @@ artifacts:
- path: artifacts/packages/*.nupkg
deploy:
- provider: NuGet
server: https://www.myget.org/F/skywalking/api/v2/package
server: https://www.myget.org/F/skyapm-dotnet/api/v2/package
api_key:
secure: y93uJrdiEYaeVTFxeCduQSlCussOUF4UztOyhkxyZxFnIco73J/K2rdA2QShoEuh
skip_symbols: true
......@@ -27,7 +26,7 @@ deploy:
on:
branch: master
- provider: NuGet
server: https://www.myget.org/F/skywalking/api/v2/package
server: https://www.myget.org/F/skyapm-dotnet/api/v2/package
api_key:
secure: y93uJrdiEYaeVTFxeCduQSlCussOUF4UztOyhkxyZxFnIco73J/K2rdA2QShoEuh
skip_symbols: true
......
<Project>
<Import Project="version.props" />
<PropertyGroup>
<Authors>SkyWalking Committer Team</Authors>
<Product>skywalking-netcore</Product>
<owners>skywalking</owners>
<Authors>Skyapm Team</Authors>
<Product>Skyapm-dotnet</Product>
<owners>Skyapm</owners>
<PackageIconUrl>https://avatars2.githubusercontent.com/u/32165127</PackageIconUrl>
<PackageProjectUrl>https://github.com/OpenSkywalking/skywalking-netcore</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/OpenSkywalking/skywalking-netcore/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/SkyAPM/SkyAPM-dotnet</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/SkyAPM/SkyAPM-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/OpenSkywalking/skywalking-netcore</RepositoryUrl>
<RepositoryUrl>https://github.com/SkyAPM/SkyAPM-dotnet</RepositoryUrl>
<GenerateAssemblyConfigurationAttribute>True</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>True</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>True</GenerateAssemblyProductAttribute>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment