File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1010 <PackageTags >medium;sdk</PackageTags >
1111 <IncludeSymbols >True</IncludeSymbols >
1212 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
13- <Version >2 .0.1 </Version >
13+ <Version >0 .0.0 </Version >
1414 <PackageProjectUrl >https://github.com/adriangodong/medium-sdk-dotnet</PackageProjectUrl >
1515 <PackageLicenseUrl >https://github.com/adriangodong/medium-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl >
1616 <RepositoryUrl ></RepositoryUrl >
Original file line number Diff line number Diff line change 1- version : ' {build}'
21image : Visual Studio 2017
32configuration : Release
3+ version : ' {build}'
4+
5+ dotnet_csproj :
6+ patch : true
7+ file : ' Medium\Medium.csproj'
8+ version : $(appveyor_repo_tag_name)
9+
410before_build :
511- cmd : dotnet restore
12+
613build :
714 project : MediumSdk.sln
15+
816test_script :
917 - cmd : dotnet test Medium.Tests/Medium.Tests.csproj
18+
1019artifacts :
1120- path : ' **/*.nupkg'
1221 name : Nuget Packages
22+
1323deploy :
1424- provider : NuGet
1525 api_key :
1626 secure : y7n963kT1eor3dpj742k0mwnMPXsWGnljEGlfUr2zaGgqtMOJ4OegiWmLctuGYlY
1727 on :
18- branch : master
28+ appveyor_repo_tag : master
You can’t perform that action at this time.
0 commit comments