Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CAP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CAP
Commits
4eacdb09
Unverified
Commit
4eacdb09
authored
Feb 12, 2019
by
Lemon
Committed by
GitHub
Feb 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify release package properties (#143)
parent
eda85a66
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
+8
-9
appveyor.yml
appveyor.yml
+2
-3
common.props
build/common.props
+6
-6
No files found.
appveyor.yml
View file @
4eacdb09
...
...
@@ -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/sky
walking
/api/v2/package
server
:
https://www.myget.org/F/sky
apm-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/sky
walking
/api/v2/package
server
:
https://www.myget.org/F/sky
apm-dotnet
/api/v2/package
api_key
:
secure
:
y93uJrdiEYaeVTFxeCduQSlCussOUF4UztOyhkxyZxFnIco73J/K2rdA2QShoEuh
skip_symbols
:
true
...
...
build/common.props
View file @
4eacdb09
<Project>
<Import Project="version.props" />
<PropertyGroup>
<Authors>Sky
Walking Committer
Team</Authors>
<Product>
skywalking-netcore
</Product>
<owners>
skywalking
</owners>
<Authors>Sky
apm
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment